diff --git a/Gemfile b/Gemfile index 6ab02b2b..2de4a71a 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem 'will_paginate', '~> 4.0' gem 'image_processing', '~> 1.13.0' # Reduces boot times through caching; required in config/boot.rb -gem 'bootsnap', '~> 1.18.3', require: false +gem 'bootsnap', '~> 1.18.4', require: false # Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible gem 'rack-cors', '~> 2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 674c5212..5623353d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,7 +87,7 @@ GEM base64 (0.2.0) bcrypt (3.1.20) bigdecimal (3.1.8) - bootsnap (1.18.3) + bootsnap (1.18.4) msgpack (~> 1.2) builder (3.3.0) case_transform (0.2) @@ -298,7 +298,7 @@ DEPENDENCIES active_model_serializers (~> 0.10) annotate (~> 3.2) bcrypt (~> 3.1) - bootsnap (~> 1.18.3) + bootsnap (~> 1.18.4) codecov (~> 0.6.0) debug (~> 1.9) factory_bot_rails (~> 6.4) diff --git a/gemset.nix b/gemset.nix index de928ac8..5fbd32ee 100644 --- a/gemset.nix +++ b/gemset.nix @@ -188,10 +188,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1srlq3gqirzdkhv12ljpnp5cb0f8jfrl3n8xs9iivyz2c7khvdyp"; + sha256 = "0mdgj9yw1hmx3xh2qxyjc31y8igmxzd9h0c245ay2zkz76pl4k5c"; type = "gem"; }; - version = "1.18.3"; + version = "1.18.4"; }; builder = { groups = ["default" "development" "test"];