From ba02c369e00648d1b527dcb7ee61e048d459da0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 10:06:46 +0000 Subject: [PATCH] Bump bootsnap from 1.10.3 to 1.16.0 Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.10.3 to 1.16.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.10.3...v1.16.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..623f8fd 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.16', require: false # Use Puma as the app server gem 'puma', '~> 5.6' diff --git a/Gemfile.lock b/Gemfile.lock index f4da933..fa1a627 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.16.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.6.0) 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.16) bootstrap_form (~> 5.0) bundler (~> 2.0) byebug