From d8486ca5c970d4965a817ecdc823e1256192e850 Mon Sep 17 00:00:00 2001 From: benjamin wil Date: Sun, 15 May 2022 15:00:16 -0700 Subject: [PATCH] Upgrade to Ruby 3.0.3 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. https://github.com/Shopify/bootsnap/issues/378 --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 11 ++++++----- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.ruby-version b/.ruby-version index 85588be..e76033b 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-3.0.0 +ruby-3.0.3 diff --git a/Gemfile b/Gemfile index 9f23143..4a8b186 100644 --- a/Gemfile +++ b/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' diff --git a/Gemfile.lock b/Gemfile.lock index b733be1..bb85e52 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -230,6 +230,7 @@ GEM PLATFORMS x86_64-darwin-19 x86_64-darwin-20 + x86_64-darwin-21 x86_64-linux DEPENDENCIES @@ -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