From f8606fee2cea56f9c77a427928649b13568e4cea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 23:24:11 +0000 Subject: [PATCH] Bump bootsnap from 1.17.0 to 1.18.3 Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.17.0 to 1.18.3. - [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md) - [Commits](https://github.com/Shopify/bootsnap/compare/v1.17.0...v1.18.3) --- updated-dependencies: - dependency-name: bootsnap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index cb423558..87e11a15 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem "decidim-action_delegator", github: "coopdevs/decidim-module-action_delegato gem "decidim-decidim_awesome", github: "decidim-ice/decidim-module-decidim_awesome" gem "decidim-term_customizer", github: "mainio/decidim-module-term_customizer" -gem "bootsnap", "~> 1.7" +gem "bootsnap", "~> 1.18" gem "puma", ">= 5.0.0" gem "wicked_pdf", "~> 2.1" diff --git a/Gemfile.lock b/Gemfile.lock index 5f24c4cc..8f06c276 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -318,7 +318,7 @@ GEM parser (>= 2.4) smart_properties bindex (0.8.1) - bootsnap (1.17.0) + bootsnap (1.18.3) msgpack (~> 1.2) browser (2.7.1) builder (3.2.4) @@ -910,7 +910,7 @@ PLATFORMS DEPENDENCIES aws-sdk-s3 - bootsnap (~> 1.7) + bootsnap (~> 1.18) byebug (~> 11.1) decidim! decidim-action_delegator!