Skip to content

Commit

Permalink
Update ruby to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmsmith committed Jan 25, 2024
1 parent 9cdade2 commit 8015971
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.4
3.3.0
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
28 changes: 13 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -610,7 +608,7 @@ GEM
zeitwerk (2.6.8)

PLATFORMS
arm64-darwin-22
arm64-darwin-23
x86_64-linux

DEPENDENCIES
Expand Down Expand Up @@ -698,7 +696,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.1.4p223
ruby 3.3.0p0

BUNDLED WITH
2.4.12

0 comments on commit 8015971

Please sign in to comment.