diff --git a/Gemfile b/Gemfile index af854535..c32d2f79 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'aws-sdk-cognitoidentityprovider', '~> 1.136.0' # importing creds gem 'aws-sdk-s3', '~> 1' # Reduces boot times through caching; required in config/boot.rb -gem 'bootsnap', '~> 1.22.0', require: false +gem 'bootsnap', '~> 1.23.0', require: false # For background jobs gem 'solid_queue', '~> 1.3.1' diff --git a/Gemfile.lock b/Gemfile.lock index 00d945e7..e50d8ad6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,7 +112,7 @@ GEM benchmark (0.5.0) bigdecimal (4.0.1) bindex (0.8.1) - bootsnap (1.22.0) + bootsnap (1.23.0) msgpack (~> 1.2) brakeman (8.0.2) racc @@ -439,7 +439,7 @@ DEPENDENCIES aws-sdk-cognitoidentityprovider (~> 1.136.0) aws-sdk-s3 (~> 1) aws-sdk-ssm (~> 1.210.0) - bootsnap (~> 1.22.0) + bootsnap (~> 1.23.0) brakeman (~> 8.0.2) byebug (~> 13.0.0) canonical-rails!