Skip to content

Commit

Permalink
Upgrade to Ruby 3.0.3
Browse files Browse the repository at this point in the history
While upgrading, I also needed to do a `bundle update bootsnap ` because
there's a known issue where Ruby 3.0.3 and older Bootsnaps dislike each
other very much.

Shopify/bootsnap#378
  • Loading branch information
benjaminwil committed May 15, 2022
1 parent 3950253 commit d8486ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
ruby-3.0.0
ruby-3.0.3
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.0.2'
ruby '3.0.3'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
gem 'rails', '~> 6.1'
Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Expand Up @@ -82,8 +82,8 @@ GEM
multi_json (~> 1)
statsd-ruby (~> 1.1)
bindex (0.8.1)
bootsnap (1.7.2)
msgpack (~> 1.0)
bootsnap (1.11.1)
msgpack (~> 1.2)
bugsnag (6.21.0)
concurrent-ruby (~> 1.0)
builder (3.2.4)
Expand Down Expand Up @@ -126,7 +126,7 @@ GEM
mini_magick (4.11.0)
mini_mime (1.1.0)
minitest (5.14.4)
msgpack (1.4.2)
msgpack (1.5.1)
multi_json (1.15.0)
nio4r (2.5.8)
nokogiri (1.12.3-x86_64-darwin)
Expand Down Expand Up @@ -230,6 +230,7 @@ GEM
PLATFORMS
x86_64-darwin-19
x86_64-darwin-20
x86_64-darwin-21
x86_64-linux

DEPENDENCIES
Expand All @@ -256,7 +257,7 @@ DEPENDENCIES
webpacker (= 6.0.0.beta.5)

RUBY VERSION
ruby 3.0.2p107
ruby 3.0.3p157

BUNDLED WITH
2.2.25
2.2.32

0 comments on commit d8486ca

Please sign in to comment.