From b6be7dd49d93cea789b86ad28215552706a264ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:56:27 +0000 Subject: [PATCH] Bump bootsnap from 1.17.1 to 1.18.3 Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.17.1 to 1.18.3. - [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md) - [Commits](https://github.com/Shopify/bootsnap/compare/v1.17.1...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 e97ee360e..500087fcf 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' gem 'rails', '6.1.7.6' gem 'jbuilder', '~> 2.11' -gem 'bootsnap', '~> 1.17', require: false # Large rails application booting enhancer +gem 'bootsnap', '~> 1.18', require: false # Large rails application booting enhancer gem 'hamster', '~> 3.0' # Thread-safe collection classes for Ruby gem 'puma', '~> 5.6' gem 'rake', '~> 12.3.2' diff --git a/Gemfile.lock b/Gemfile.lock index be88cb837..d23afb3f5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -129,7 +129,7 @@ GEM erubi (~> 1.4) parser (>= 2.4) smart_properties - bootsnap (1.17.1) + bootsnap (1.18.3) msgpack (~> 1.2) builder (3.2.4) chronic (0.10.2) @@ -494,7 +494,7 @@ PLATFORMS DEPENDENCIES action_mailer_matchers (~> 1.2) bess! - bootsnap (~> 1.17) + bootsnap (~> 1.18) chronic (~> 0.10.2) colorize (~> 0.8.1) countries (~> 4.2)