From ba18914f82fe5088f67a7c91af262546b28f3334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 04:01:17 +0000 Subject: [PATCH] Bump bootsnap from 1.7.7 to 1.15.0 in /src Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.7.7 to 1.15.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.15.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..ef5752d 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.15.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.6.0) multipart-post (2.1.1) netrc (0.11.0) nio4r (2.5.8)