diff --git a/Gemfile b/Gemfile index 3bd947d8..43d5864d 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'aws-sdk-cognitoidentityprovider', '~> 1.132.0' # importing creds gem 'aws-sdk-s3', '~> 1' # Reduces boot times through caching; required in config/boot.rb -gem 'bootsnap', '~> 1.19.0', require: false +gem 'bootsnap', '~> 1.20.1', require: false # For background jobs gem 'solid_queue', '~> 1.2.4' diff --git a/Gemfile.lock b/Gemfile.lock index 2730a21a..05391366 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.19.0) + bootsnap (1.20.1) msgpack (~> 1.2) brakeman (7.1.2) racc @@ -433,7 +433,7 @@ DEPENDENCIES aws-sdk-cognitoidentityprovider (~> 1.132.0) aws-sdk-s3 (~> 1) aws-sdk-ssm (~> 1.207.0) - bootsnap (~> 1.19.0) + bootsnap (~> 1.20.1) brakeman (~> 7.1.2) byebug (~> 12.0.0) canonical-rails!