diff --git a/Gemfile b/Gemfile index 1d8bc908b4..21d4a8ddad 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'jbuilder', '~> 2.11.5' gem 'image_processing', '~> 1.12.2' # Reduces boot times through caching; required in config/boot.rb -gem 'bootsnap', '~> 1.16.0', require: false +gem 'bootsnap', '~> 1.17.0', require: false # used to validate container responses gem 'json_schemer', '~> 2.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index 5e71368b4f..b56ff94bca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -95,7 +95,7 @@ GEM bigdecimal (3.1.4) bindata (2.4.15) bindex (0.8.1) - bootsnap (1.16.0) + bootsnap (1.17.0) msgpack (~> 1.2) builder (3.2.4) byebug (11.1.3) @@ -560,7 +560,7 @@ DEPENDENCIES annotate (~> 3.2.0) autoprefixer-rails (~> 10.4.15) bcrypt_pbkdf - bootsnap (~> 1.16.0) + bootsnap (~> 1.17.0) builder (~> 3.2.4) byebug (~> 11.1.3) capistrano-passenger (~> 0.2.1)