diff --git a/Gemfile b/Gemfile index c95b65e..c411c5a 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '3.4.6' -gem 'bootsnap', '1.18.6', require: false +gem 'bootsnap', '1.20.0', require: false gem 'coffee-rails', '5.0.0' gem 'jbuilder', '2.14.1' gem 'mysql2', '0.5.7' diff --git a/Gemfile.lock b/Gemfile.lock index f11b963..f03b622 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,7 +79,7 @@ GEM benchmark (0.4.1) bigdecimal (3.2.3) bindex (0.8.1) - bootsnap (1.18.6) + bootsnap (1.20.0) msgpack (~> 1.2) brakeman (7.1.0) racc @@ -338,7 +338,7 @@ PLATFORMS DEPENDENCIES awesome_print - bootsnap (= 1.18.6) + bootsnap (= 1.20.0) brakeman capybara-selenium coffee-rails (= 5.0.0)