From 680ab19853a396c6f049da2a2bdc1108e9039f69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 13:42:28 +0000 Subject: [PATCH] build(deps): bump bootsnap from 1.15.0 to 1.18.3 Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.15.0 to 1.18.3. - [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md) - [Commits](https://github.com/Shopify/bootsnap/compare/v1.15.0...v1.18.3) --- updated-dependencies: - dependency-name: bootsnap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4900898da..b770c7ca1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -116,7 +116,7 @@ GEM bcrypt (3.1.20) bigdecimal (3.1.7) bindex (0.8.1) - bootsnap (1.15.0) + bootsnap (1.18.3) msgpack (~> 1.2) bson (5.0.0) builder (3.2.4) @@ -291,7 +291,7 @@ GEM activemodel (>= 5.1, < 7.2, != 7.0.0) concurrent-ruby (>= 1.0.5, < 2.0) mongo (>= 2.18.0, < 3.0.0) - msgpack (1.6.0) + msgpack (1.7.2) multi_json (1.15.0) multi_xml (0.7.1) bigdecimal (~> 3.1)