From cc7472ebf3136244c6bcce4ca75b7b0e85c2d236 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 20:31:23 +0000 Subject: [PATCH] chore(deps): update dependency bootsnap to v1.18.4 --- Gemfile.lock | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index a6a3a70..32c4666 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,7 +66,7 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - bootsnap (1.18.3) + bootsnap (1.18.4) msgpack (~> 1.2) builder (3.3.0) coderay (1.1.3) @@ -116,6 +116,10 @@ GEM nio4r (2.7.0) nokogiri (1.16.6-arm64-darwin) racc (~> 1.4) + nokogiri (1.16.6-x86_64-darwin) + racc (~> 1.4) + nokogiri (1.16.6-x86_64-linux) + racc (~> 1.4) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) @@ -163,6 +167,8 @@ GEM resend (0.13.0) httparty (>= 0.21.0) sqlite3 (1.7.3-arm64-darwin) + sqlite3 (1.7.3-x86_64-darwin) + sqlite3 (1.7.3-x86_64-linux) stringio (3.1.0) thor (1.3.1) timeout (0.4.1)