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 @@ -21,7 +21,7 @@ gem 'rails', '~> 7.2.2.2'
gem 'redis', '~> 4.0' # for action_cable in production
gem 'rqrcode'
gem 'server_timing'
gem 'supplejack_common', github: 'DigitalNZ/supplejack_common'
gem 'supplejack_common', github: 'DigitalNZ/supplejack_common', tag: 'v3.0.3'
gem 'two_factor_authentication'

# Logging
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
GIT
remote: https://github.com/DigitalNZ/supplejack_common
revision: 94c9642853241d1eb714cec43be5d3992e29f9fa
tag: v3.0.3
specs:
supplejack_common (3.0.0)
actionpack (~> 7.2.2.2)
Expand Down
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
module HarvesterManager
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.1
config.load_defaults 7.2

# Please, add to the `ignore` list any other `lib` subdirectories that do
# not contain `.rb` files, or that should not be reloaded or eager loaded.
Expand Down
Loading