diff --git a/Gemfile b/Gemfile index dc2bf12..62b9bd3 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'rack-cors', '~> 3.0.0' gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby] # Reduces boot times through caching; required in config/boot.rb -gem 'bootsnap', '~> 1.19.0', require: false +gem 'bootsnap', '~> 1.20.1', require: false group :development, :test do # Use the Puma web server [https://github.com/puma/puma] diff --git a/Gemfile.lock b/Gemfile.lock index e0b6359..61c0219 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,7 +84,7 @@ GEM base64 (0.3.0) bigdecimal (3.3.1) bindex (0.8.1) - bootsnap (1.19.0) + bootsnap (1.20.1) msgpack (~> 1.2) brakeman (7.1.1) racc @@ -375,7 +375,7 @@ PLATFORMS DEPENDENCIES annotaterb (~> 4.20) - bootsnap (~> 1.19.0) + bootsnap (~> 1.20.1) brakeman (~> 7.1.1) capybara (~> 3.40.0) debug (~> 1.11.1)