Skip to content

Commit 5693aec

Browse files
committed
Update ruby version to 3.3.0
1 parent f1c0ec0 commit 5693aec

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
3.3.0

Gemfile.lock

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activesupport (7.1.2)
11+
activesupport (7.1.3)
1212
base64
1313
bigdecimal
1414
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -25,10 +25,10 @@ GEM
2525
ast (2.4.2)
2626
awesome_print (1.9.2)
2727
base64 (0.2.0)
28-
benchmark-ips (2.12.0)
29-
bigdecimal (3.1.4)
28+
benchmark-ips (2.13.0)
29+
bigdecimal (3.1.6)
3030
coderay (1.1.3)
31-
concurrent-ruby (1.2.2)
31+
concurrent-ruby (1.2.3)
3232
connection_pool (2.4.1)
3333
diff-lcs (1.5.0)
3434
drb (2.2.0)
@@ -55,28 +55,30 @@ GEM
5555
i18n (1.14.1)
5656
concurrent-ruby (~> 1.0)
5757
jaro_winkler (1.5.6)
58-
json (2.6.3)
58+
json (2.7.1)
5959
listen (3.8.0)
6060
rb-fsevent (~> 0.10, >= 0.10.3)
6161
rb-inotify (~> 0.9, >= 0.9.10)
6262
lumberjack (1.2.10)
6363
method_source (1.0.0)
64-
minitest (5.20.0)
64+
minitest (5.21.2)
6565
mutex_m (0.2.0)
6666
nenv (0.3.0)
67-
nokogiri (1.15.5-x86_64-linux)
67+
nokogiri (1.16.0-arm64-darwin)
68+
racc (~> 1.4)
69+
nokogiri (1.16.0-x86_64-linux)
6870
racc (~> 1.4)
6971
notiffany (0.1.3)
7072
nenv (~> 0.1)
7173
shellany (~> 0.0)
72-
parallel (1.23.0)
73-
parser (3.2.2.4)
74+
parallel (1.24.0)
75+
parser (3.3.0.5)
7476
ast (~> 2.4.1)
7577
racc
7678
pry (0.14.2)
7779
coderay (~> 1.1)
7880
method_source (~> 1.0)
79-
psych (5.1.1.1)
81+
psych (5.1.2)
8082
stringio
8183
racc (1.7.3)
8284
rainbow (3.1.1)
@@ -116,14 +118,15 @@ GEM
116118
ruby-progressbar (1.13.0)
117119
ruby2_keywords (0.0.5)
118120
shellany (0.0.1)
119-
stringio (3.0.9)
121+
stringio (3.1.0)
120122
thor (1.3.0)
121123
timecop (0.9.8)
122124
tzinfo (2.0.6)
123125
concurrent-ruby (~> 1.0)
124126
unicode-display_width (1.5.0)
125127

126128
PLATFORMS
129+
arm64-darwin-23
127130
x86_64-linux
128131

129132
DEPENDENCIES

0 commit comments

Comments
 (0)