diff --git a/Gemfile b/Gemfile index f9be0376..7f5a490e 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem "solid_queue", "~> 1.4" gem "solid_cable", "~> 3.0" # Reduces boot times through caching; required in config/boot.rb -gem "bootsnap", "~> 1.23", require: false +gem "bootsnap", "~> 1.24", require: false # Deploy this application anywhere as a Docker container [https://kamal-deploy.org] gem "kamal", "~> 2.10", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 227b7537..ef990a65 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,7 +112,7 @@ GEM bcrypt_pbkdf (1.1.2) bigdecimal (4.1.2) bindex (0.8.1) - bootsnap (1.24.3) + bootsnap (1.24.4) msgpack (~> 1.2) brakeman (8.0.5) racc @@ -299,7 +299,7 @@ GEM stimulus-rails turbo-rails mize (0.6.1) - msgpack (1.8.0) + msgpack (1.8.3) multi_xml (0.9.1) bigdecimal (>= 3.1, < 5) multipart-post (2.4.1) @@ -625,7 +625,7 @@ DEPENDENCIES amatch (~> 0.4) annotaterb (~> 4.22) aws-sdk-s3 (~> 1.219) - bootsnap (~> 1.23) + bootsnap (~> 1.24) brakeman (~> 8.0) bullet (~> 8.1) capybara (~> 3.40)