Skip to content

Commit

Permalink
Update bootsnap to fix CI failures on ruby 3.0.3 (#926)
Browse files Browse the repository at this point in the history
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: Shopify/bootsnap#378
  • Loading branch information
iancanderson committed Dec 2, 2021
1 parent bc7abe0 commit 074c99b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -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)
Expand Down
6 changes: 4 additions & 2 deletions demo/Gemfile.lock
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

1 comment on commit 074c99b

@vercel
Copy link

@vercel vercel bot commented on 074c99b Dec 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.