From 32e8a62cdc19e2f3dace330111cd9045581c3857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 06:02:38 +0000 Subject: [PATCH] Bump bootsnap from 1.9.3 to 1.13.0 Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.9.3 to 1.13.0. - [Release notes](https://github.com/Shopify/bootsnap/releases) - [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md) - [Commits](https://github.com/Shopify/bootsnap/compare/v1.9.3...v1.13.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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 7d0829d5..4d286eda 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem "rails", "6.1.4.4" gem "pg", "~> 1.2" -gem "bootsnap", "~> 1.9", require: false +gem "bootsnap", "~> 1.13", require: false gem "puma", "~> 4.3" gem "responders", "~> 3.0" gem "sass-rails", "~> 6.0" diff --git a/Gemfile.lock b/Gemfile.lock index d0b88b4a..119569fd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -95,8 +95,8 @@ GEM bindex (0.8.1) binding_of_caller (1.0.0) debug_inspector (>= 0.0.1) - bootsnap (1.9.3) - msgpack (~> 1.0) + bootsnap (1.13.0) + msgpack (~> 1.2) builder (3.2.4) bullet (7.0.0) activesupport (>= 3.0.0) @@ -192,7 +192,7 @@ GEM mini_mime (1.1.2) mini_portile2 (2.7.1) minitest (5.15.0) - msgpack (1.4.2) + msgpack (1.5.4) multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.1.1) @@ -419,7 +419,7 @@ DEPENDENCIES aws-sdk-s3 (~> 1.111) better_errors (~> 2.9) binding_of_caller (~> 1.0) - bootsnap (~> 1.9) + bootsnap (~> 1.13) bullet (~> 7.0) byebug (~> 11.1) discard (~> 1.2)