diff --git a/Gemfile b/Gemfile index 0353fc3..3ef30ea 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.24.4', require: false +gem 'bootsnap', '~> 1.24.5', 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 72eb33d..a420e28 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,7 +84,7 @@ GEM base64 (0.3.0) bigdecimal (4.1.2) bindex (0.8.1) - bootsnap (1.24.4) + bootsnap (1.24.5) msgpack (~> 1.2) brakeman (8.0.4) racc @@ -374,7 +374,7 @@ PLATFORMS DEPENDENCIES annotaterb (~> 4.22) - bootsnap (~> 1.24.4) + bootsnap (~> 1.24.5) brakeman (~> 8.0.4) capybara (~> 3.40.0) debug (~> 1.11.1)