diff --git a/Gemfile b/Gemfile index 086f0fe4..4aa7a45c 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 5247eb4c..8e960448 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/config/application.rb b/config/application.rb index bad5b6d7..86460059 100644 --- a/config/application.rb +++ b/config/application.rb @@ -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.