From 458990cf08abc9966b03bc2daa1c567cf4d3c672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:37:52 +0000 Subject: [PATCH] Bump bootsnap from 1.10.3 to 1.17.0 Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.10.3 to 1.17.0. - [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md) - [Commits](https://github.com/Shopify/bootsnap/compare/v1.10.3...v1.17.0) --- updated-dependencies: - dependency-name: bootsnap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 5692145..4bf3bfb 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'bundler', '~> 2.0' gem 'rails', '~> 6.1' # Reduces boot times through caching; required in config/boot.rb -gem 'bootsnap', '~> 1.10', require: false +gem 'bootsnap', '~> 1.17', require: false # Use Puma as the app server gem 'puma', '~> 5.6' diff --git a/Gemfile.lock b/Gemfile.lock index f4da933..3fe011e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -65,7 +65,7 @@ GEM ast (2.4.2) bcrypt (3.1.16) bindex (0.8.1) - bootsnap (1.10.3) + bootsnap (1.17.0) msgpack (~> 1.2) bootstrap_form (5.0.0) actionpack (>= 5.2) @@ -150,7 +150,7 @@ GEM mini_mime (1.1.2) mini_portile2 (2.7.1) minitest (5.15.0) - msgpack (1.4.4) + msgpack (1.7.2) nio4r (2.5.8) nokogiri (1.13.1) mini_portile2 (~> 2.7.0) @@ -333,7 +333,7 @@ PLATFORMS ruby DEPENDENCIES - bootsnap (~> 1.10) + bootsnap (~> 1.17) bootstrap_form (~> 5.0) bundler (~> 2.0) byebug