diff --git a/Gemfile b/Gemfile index c254238..e67c3b3 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem "solid_queue", "~> 1.3.0" gem "solid_cable" # Reduces boot times through caching; required in config/boot.rb -gem "bootsnap", "~> 1.20.1", require: false +gem "bootsnap", "~> 1.21.1", require: false # Deploy this application anywhere as a Docker container [https://kamal-deploy.org] gem "kamal", "~> 2.10.1", require: false diff --git a/Gemfile.lock b/Gemfile.lock index f564000..b968f7b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM bcrypt_pbkdf (1.1.2) bigdecimal (4.0.1) bindex (0.8.1) - bootsnap (1.20.1) + bootsnap (1.21.1) msgpack (~> 1.2) brakeman (7.1.2) racc @@ -403,7 +403,7 @@ PLATFORMS x86_64-linux-musl DEPENDENCIES - bootsnap (~> 1.20.1) + bootsnap (~> 1.21.1) brakeman (~> 7.1.2) bundler-audit (~> 0.9.3) capybara