From 8015971c5ff14e9abb1155871644a1b686afcb83 Mon Sep 17 00:00:00 2001 From: Nathan Smith Date: Wed, 24 Jan 2024 17:29:55 -0800 Subject: [PATCH] Update ruby to 3.3 --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 28 +++++++++++++--------------- 3 files changed, 15 insertions(+), 17 deletions(-) diff --git a/.ruby-version b/.ruby-version index 0aec50e6..15a27998 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.4 +3.3.0 diff --git a/Gemfile b/Gemfile index 7dbdb965..0d1c9e4b 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "~> 3.1" +ruby "~> 3.3" # dotenv has to come first so other gems can use the env vars # https://github.com/bkeepers/dotenv diff --git a/Gemfile.lock b/Gemfile.lock index a488fe1a..5a5dc479 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -206,7 +206,7 @@ GEM concurrent-ruby (~> 1.1) webrick (~> 1.7) websocket-driver (>= 0.6, < 0.8) - ffi (1.15.5) + ffi (1.16.3) ffi-compiler (1.0.1) ffi (>= 1.0.0) rake @@ -316,9 +316,8 @@ GEM net-protocol netrc (0.11.0) nio4r (2.5.9) - nokogiri (1.15.3-arm64-darwin) - racc (~> 1.4) - nokogiri (1.15.3-x86_64-linux) + nokogiri (1.15.3) + mini_portile2 (~> 2.8.2) racc (~> 1.4) nori (2.6.0) noticed (1.6.3) @@ -527,8 +526,8 @@ GEM snaky_hash (2.0.1) hashie version_gem (~> 1.1, >= 1.1.1) - sorbet (0.5.10920) - sorbet-static (= 0.5.10920) + sorbet (0.5.11218) + sorbet-static (= 0.5.11218) sorbet-coerce (0.7.0) polyfill (~> 1.8) safe_type (~> 1.1, >= 1.1.1) @@ -539,12 +538,11 @@ GEM parser (>= 2.7) sorbet-coerce (>= 0.2.6) sorbet-runtime (>= 0.5.9892) - sorbet-runtime (0.5.10920) - sorbet-static (0.5.10920-universal-darwin-22) - sorbet-static (0.5.10920-x86_64-linux) - sorbet-static-and-runtime (0.5.10920) - sorbet (= 0.5.10920) - sorbet-runtime (= 0.5.10920) + sorbet-runtime (0.5.11218) + sorbet-static (0.5.11218-universal-darwin) + sorbet-static-and-runtime (0.5.11218) + sorbet (= 0.5.11218) + sorbet-runtime (= 0.5.11218) spoom (1.2.2) erubi (>= 1.10.0) sorbet (>= 0.5.10187) @@ -570,7 +568,7 @@ GEM actionpack (>= 6.0.0) activejob (>= 6.0.0) railties (>= 6.0.0) - typhoeus (1.4.0) + typhoeus (1.4.1) ethon (>= 0.9.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -610,7 +608,7 @@ GEM zeitwerk (2.6.8) PLATFORMS - arm64-darwin-22 + arm64-darwin-23 x86_64-linux DEPENDENCIES @@ -698,7 +696,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.1.4p223 + ruby 3.3.0p0 BUNDLED WITH 2.4.12