From ad5dd332b056903a229e580de1fd38766ed3fbc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 09:08:15 +0200 Subject: [PATCH] Bump bootsnap from 1.18.3 to 1.18.4 (#617) * Bump bootsnap from 1.18.3 to 1.18.4 Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.18.3 to 1.18.4. - [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md) - [Commits](https://github.com/Shopify/bootsnap/compare/v1.18.3...v1.18.4) --- updated-dependencies: - dependency-name: bootsnap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update gemset.nix --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- gemset.nix | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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"];