diff --git a/Gemfile b/Gemfile index 5692145..4bf3bfb 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'bundler', '~> 2.0' gem 'rails', '~> 6.1' # Reduces boot times through caching; required in config/boot.rb -gem 'bootsnap', '~> 1.10', require: false +gem 'bootsnap', '~> 1.17', require: false # Use Puma as the app server gem 'puma', '~> 5.6' diff --git a/Gemfile.lock b/Gemfile.lock index f4da933..3fe011e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -65,7 +65,7 @@ GEM ast (2.4.2) bcrypt (3.1.16) bindex (0.8.1) - bootsnap (1.10.3) + bootsnap (1.17.0) msgpack (~> 1.2) bootstrap_form (5.0.0) actionpack (>= 5.2) @@ -150,7 +150,7 @@ GEM mini_mime (1.1.2) mini_portile2 (2.7.1) minitest (5.15.0) - msgpack (1.4.4) + msgpack (1.7.2) nio4r (2.5.8) nokogiri (1.13.1) mini_portile2 (~> 2.7.0) @@ -333,7 +333,7 @@ PLATFORMS ruby DEPENDENCIES - bootsnap (~> 1.10) + bootsnap (~> 1.17) bootstrap_form (~> 5.0) bundler (~> 2.0) byebug