diff --git a/Gemfile b/Gemfile index e3578677b..2924460e2 100644 --- a/Gemfile +++ b/Gemfile @@ -83,7 +83,7 @@ gem "tzinfo-data", "~> 1.2021", platforms: %i[mingw mswin x64_mingw jruby] # Performance Optimization # # Reduces boot times through caching; required in config/boot.rb -gem "bootsnap", "~> 1.16", require: false +gem "bootsnap", "~> 1.17", require: false # Permissions and policies gem "pundit", "~> 2.3" diff --git a/Gemfile.lock b/Gemfile.lock index b1790970a..5f6a819c6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,7 +134,7 @@ GEM bindex (0.8.1) binding_of_caller (1.0.0) debug_inspector (>= 0.0.1) - bootsnap (1.16.0) + bootsnap (1.17.0) msgpack (~> 1.2) builder (3.2.4) byebug (11.1.3) @@ -270,7 +270,7 @@ GEM monetize (~> 1.9) money (~> 6.13) railties (>= 3.0) - msgpack (1.6.0) + msgpack (1.7.2) multipart-post (2.3.0) mutex_m (0.1.2) net-http-persistent (4.0.2) @@ -532,7 +532,7 @@ DEPENDENCIES bcrypt (~> 3.1.19) better_errors binding_of_caller - bootsnap (~> 1.16) + bootsnap (~> 1.17) capybara cssbundling-rails decent_exposure (~> 3.0)