From cc757c2876dac4c2dd2252061bb44efefba0dafd Mon Sep 17 00:00:00 2001 From: "Ian C. Anderson" Date: Thu, 2 Dec 2021 16:25:20 +0000 Subject: [PATCH 1/2] Update bootsnap This seems to fix CI failures when ruby 3.0.3 is installed. I noticed the failures in this PR: https://github.com/primer/view_components/pull/915 But I was able to reproduce the failures on a clean branch using ruby 3.0.3 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) From f686b65bcdde8b0db6e9195ab81e40ecffc29f9b Mon Sep 17 00:00:00 2001 From: "Ian C. Anderson" Date: Thu, 2 Dec 2021 16:42:20 +0000 Subject: [PATCH 2/2] Update bootsnap in demo app too This should fix the stories build when using ruby 3.0.3 --- demo/Gemfile.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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)