Skip to content

Commit

Permalink
Update ruby version to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Goltergaul committed Jan 22, 2024
1 parent f1c0ec0 commit 5693aec
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.3.0
25 changes: 14 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.2)
activesupport (7.1.3)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -25,10 +25,10 @@ GEM
ast (2.4.2)
awesome_print (1.9.2)
base64 (0.2.0)
benchmark-ips (2.12.0)
bigdecimal (3.1.4)
benchmark-ips (2.13.0)
bigdecimal (3.1.6)
coderay (1.1.3)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
diff-lcs (1.5.0)
drb (2.2.0)
Expand All @@ -55,28 +55,30 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.6)
json (2.6.3)
json (2.7.1)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
lumberjack (1.2.10)
method_source (1.0.0)
minitest (5.20.0)
minitest (5.21.2)
mutex_m (0.2.0)
nenv (0.3.0)
nokogiri (1.15.5-x86_64-linux)
nokogiri (1.16.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
parallel (1.23.0)
parser (3.2.2.4)
parallel (1.24.0)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
psych (5.1.1.1)
psych (5.1.2)
stringio
racc (1.7.3)
rainbow (3.1.1)
Expand Down Expand Up @@ -116,14 +118,15 @@ GEM
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
shellany (0.0.1)
stringio (3.0.9)
stringio (3.1.0)
thor (1.3.0)
timecop (0.9.8)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (1.5.0)

PLATFORMS
arm64-darwin-23
x86_64-linux

DEPENDENCIES
Expand Down

0 comments on commit 5693aec

Please sign in to comment.