From f4c152c1edab0c34c06b09cca15a152dd88e6476 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 12:29:57 +0000 Subject: [PATCH] Bump bootsnap from 1.17.0 to 1.17.1 Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.17.0 to 1.17.1. - [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md) - [Commits](https://github.com/Shopify/bootsnap/compare/v1.17.0...v1.17.1) --- updated-dependencies: - dependency-name: bootsnap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2e80598e38..cae6c92071 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'jbuilder', '~> 2.11.5' gem 'image_processing', '~> 1.12.2' # Reduces boot times through caching; required in config/boot.rb -gem 'bootsnap', '~> 1.17.0', require: false +gem 'bootsnap', '~> 1.17.1', require: false # used to validate container responses gem 'json_schemer', '~> 2.1.1' diff --git a/Gemfile.lock b/Gemfile.lock index 5fc0bc3e21..f570b6d584 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,7 +96,7 @@ GEM bigdecimal (3.1.5) bindata (2.4.15) bindex (0.8.1) - bootsnap (1.17.0) + bootsnap (1.17.1) msgpack (~> 1.2) builder (3.2.4) byebug (11.1.3) @@ -561,7 +561,7 @@ DEPENDENCIES annotate (~> 3.2.0) autoprefixer-rails (~> 10.4.16) bcrypt_pbkdf - bootsnap (~> 1.17.0) + bootsnap (~> 1.17.1) builder (~> 3.2.4) byebug (~> 11.1.3) capistrano-passenger (~> 0.2.1)