Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gem 'jsbundling-rails', '~> 1.0.0'
gem 'jwe'
gem 'jwt'
gem 'lograge', '>= 0.11.2'
gem 'lookbook', '~> 1.3.3', require: false
gem 'lookbook', '~> 1.4.5', require: false
gem 'lru_redux'
gem 'maxminddb'
gem 'multiset'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ GEM
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lookbook (1.3.3)
lookbook (1.4.5)
actioncable
activemodel
css_parser
Expand Down Expand Up @@ -544,7 +544,7 @@ GEM
retries (0.0.5)
rexml (3.2.5)
rotp (6.2.0)
rouge (4.0.0)
rouge (4.0.1)
rqrcode (2.1.0)
chunky_png (~> 1.0)
rqrcode_core (~> 1.0)
Expand Down Expand Up @@ -766,7 +766,7 @@ DEPENDENCIES
jwt
knapsack
lograge (>= 0.11.2)
lookbook (~> 1.3.3)
lookbook (~> 1.4.5)
lru_redux
maxminddb
multiset
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def alphanumeric

# @display form true
# @param numeric toggle
def workbench(numeric: false)
def workbench(numeric: true)
render(OneTimeCodeInputComponent.new(form: form_builder, numeric: numeric))
end
end