From 074c99bdea356b6dc5e3762bcbf34ed953b08eef Mon Sep 17 00:00:00 2001 From: "Ian C. Anderson" Date: Thu, 2 Dec 2021 12:04:19 -0500 Subject: [PATCH] Update bootsnap to fix CI failures on ruby 3.0.3 (#926) This seems to fix CI failures when ruby 3.0.3 is installed. I noticed the failures in this PR: #915 But I was able to reproduce the failures on a clean branch using ruby 3.0.3 Related: https://github.com/Shopify/bootsnap/issues/378 --- Gemfile.lock | 2 +- demo/Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index aa16879d8c..f9b92b5b41 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -56,7 +56,7 @@ GEM html_tokenizer (~> 0.0.6) parser (>= 2.4) smart_properties - bootsnap (1.9.1) + bootsnap (1.9.3) msgpack (~> 1.0) builder (3.2.4) capybara (3.35.3) diff --git a/demo/Gemfile.lock b/demo/Gemfile.lock index 2392b80142..19a3cb5d05 100644 --- a/demo/Gemfile.lock +++ b/demo/Gemfile.lock @@ -31,7 +31,7 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - bootsnap (1.4.7) + bootsnap (1.9.3) msgpack (~> 1.0) builder (3.2.4) concurrent-ruby (1.1.9) @@ -49,11 +49,13 @@ GEM method_source (1.0.0) mini_portile2 (2.6.1) minitest (5.14.4) - msgpack (1.3.3) + msgpack (1.4.2) nio4r (2.5.8) nokogiri (1.12.5) mini_portile2 (~> 2.6.1) racc (~> 1.4) + nokogiri (1.12.5-x86_64-darwin) + racc (~> 1.4) octicons (15.2.0) puma (5.5.1) nio4r (~> 2.0)