From 8aba62265da3d6d7abfda7223ccd64909f598574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 04:02:51 +0000 Subject: [PATCH] Bump bootsnap from 1.7.7 to 1.13.0 in /src Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.7.7 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.7.7...v1.13.0) --- updated-dependencies: - dependency-name: bootsnap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Gemfile.lock b/src/Gemfile.lock index 981c63d..81d6d5a 100644 --- a/src/Gemfile.lock +++ b/src/Gemfile.lock @@ -63,8 +63,8 @@ GEM addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) ast (2.4.2) - bootsnap (1.7.7) - msgpack (~> 1.0) + bootsnap (1.13.0) + msgpack (~> 1.2) builder (3.2.4) codecov (0.6.0) simplecov (>= 0.15, < 0.22) @@ -127,7 +127,7 @@ GEM mini_mime (1.1.0) mini_portile2 (2.6.1) minitest (5.14.4) - msgpack (1.4.2) + msgpack (1.5.4) multipart-post (2.1.1) netrc (0.11.0) nio4r (2.5.8)