diff --git a/Gemfile b/Gemfile index 3c8edee..aecee16 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.23.0', require: false +gem 'bootsnap', '~> 1.24.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 3bf9809..dba4d66 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,7 +84,7 @@ GEM base64 (0.3.0) bigdecimal (4.1.1) bindex (0.8.1) - bootsnap (1.23.0) + bootsnap (1.24.1) msgpack (~> 1.2) brakeman (8.0.4) racc @@ -374,7 +374,7 @@ PLATFORMS DEPENDENCIES annotaterb (~> 4.22) - bootsnap (~> 1.23.0) + bootsnap (~> 1.24.1) brakeman (~> 8.0.4) capybara (~> 3.40.0) debug (~> 1.11.1)