Skip to content

Commit dbe07b3

Browse files
authored
Merge pull request #18 from coderdojo-japan/update-ruby-to-3.4.1
💎 Update Ruby: `3.3.0` -> `3.4.1` 🆙
2 parents fb5c025 + 90bb0a3 commit dbe07b3

File tree

3 files changed

+52
-47
lines changed

3 files changed

+52
-47
lines changed

.ruby-version

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

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ group :jekyll_plugins do
1414
end
1515

1616
# Declare to install bundled gems to fix warnings:
17+
# https://www.ruby-lang.org/ja/news/2024/12/25/ruby-3-4-0-released/
1718
# https://www.ruby-lang.org/ja/news/2023/12/25/ruby-3-3-0-released/
1819
gem 'csv'
1920
gem 'base64'
20-
gem 'bigdecimal'
21+
gem 'logger'

Gemfile.lock

Lines changed: 49 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,41 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
Ascii85 (1.1.0)
5-
addressable (2.8.6)
6-
public_suffix (>= 2.0.2, < 6.0)
4+
Ascii85 (2.0.1)
5+
addressable (2.8.7)
6+
public_suffix (>= 2.0.2, < 7.0)
77
afm (0.2.2)
8-
async (2.8.1)
9-
console (~> 1.10)
8+
async (2.21.1)
9+
console (~> 1.29)
1010
fiber-annotation
11-
io-event (~> 1.1)
12-
timers (~> 4.1)
11+
io-event (~> 1.6, >= 1.6.5)
1312
base64 (0.2.0)
14-
bigdecimal (3.1.6)
13+
bigdecimal (3.1.9)
1514
colorator (1.1.0)
16-
concurrent-ruby (1.2.3)
17-
console (1.23.4)
15+
concurrent-ruby (1.3.4)
16+
console (1.29.2)
1817
fiber-annotation
19-
fiber-local
18+
fiber-local (~> 1.1)
2019
json
21-
csv (3.2.8)
20+
csv (3.3.2)
2221
em-websocket (0.5.3)
2322
eventmachine (>= 0.12.9)
2423
http_parser.rb (~> 0)
2524
ethon (0.16.0)
2625
ffi (>= 1.15.0)
2726
eventmachine (1.2.7)
28-
ffi (1.16.3)
27+
ffi (1.17.1-arm64-darwin)
28+
ffi (1.17.1-x86_64-linux-gnu)
2929
fiber-annotation (0.2.0)
30-
fiber-local (1.0.0)
30+
fiber-local (1.1.0)
31+
fiber-storage
32+
fiber-storage (1.0.0)
3133
forwardable-extended (2.6.0)
32-
google-protobuf (3.25.3-arm64-darwin)
33-
google-protobuf (3.25.3-x86_64-linux)
34+
google-protobuf (4.29.2)
35+
bigdecimal
36+
rake (>= 13)
3437
hashery (2.1.2)
35-
html-proofer (5.0.8)
38+
html-proofer (5.0.9)
3639
addressable (~> 2.3)
3740
async (~> 2.1)
3841
nokogiri (~> 1.13)
@@ -42,10 +45,10 @@ GEM
4245
yell (~> 2.0)
4346
zeitwerk (~> 2.5)
4447
http_parser.rb (0.8.0)
45-
i18n (1.14.1)
48+
i18n (1.14.6)
4649
concurrent-ruby (~> 1.0)
47-
io-event (1.4.4)
48-
jekyll (4.3.3)
50+
io-event (1.7.5)
51+
jekyll (4.3.4)
4952
addressable (~> 2.4)
5053
colorator (~> 1.0)
5154
em-websocket (~> 0.5)
@@ -67,66 +70,67 @@ GEM
6770
jekyll (>= 3.7, < 5.0)
6871
jekyll-watch (2.2.1)
6972
listen (~> 3.0)
70-
json (2.7.1)
71-
kramdown (2.4.0)
72-
rexml
73+
json (2.9.1)
74+
kramdown (2.5.1)
75+
rexml (>= 3.3.9)
7376
kramdown-parser-gfm (1.1.0)
7477
kramdown (~> 2.0)
7578
liquid (4.0.4)
76-
listen (3.8.0)
79+
listen (3.9.0)
7780
rb-fsevent (~> 0.10, >= 0.10.3)
7881
rb-inotify (~> 0.9, >= 0.9.10)
82+
logger (1.6.4)
7983
mercenary (0.4.0)
80-
nokogiri (1.16.2-arm64-darwin)
84+
nokogiri (1.18.1-arm64-darwin)
8185
racc (~> 1.4)
82-
nokogiri (1.16.2-x86_64-linux)
86+
nokogiri (1.18.1-x86_64-linux-gnu)
8387
racc (~> 1.4)
8488
pathutil (0.16.2)
8589
forwardable-extended (~> 2.6)
86-
pdf-reader (2.12.0)
87-
Ascii85 (~> 1.0)
90+
pdf-reader (2.13.0)
91+
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
8892
afm (~> 0.2.1)
8993
hashery (~> 2.0)
9094
ruby-rc4
9195
ttfunk
92-
public_suffix (5.0.4)
93-
racc (1.7.3)
96+
public_suffix (6.0.1)
97+
racc (1.8.1)
9498
rainbow (3.1.1)
95-
rake (13.1.0)
99+
rake (13.2.1)
96100
rb-fsevent (0.11.2)
97-
rb-inotify (0.10.1)
101+
rb-inotify (0.11.1)
98102
ffi (~> 1.0)
99-
rexml (3.2.6)
100-
rouge (4.2.0)
103+
rexml (3.4.0)
104+
rouge (4.5.1)
101105
ruby-rc4 (0.1.5)
102106
safe_yaml (1.0.5)
103-
sass-embedded (1.71.1-arm64-darwin)
104-
google-protobuf (~> 3.25)
105-
sass-embedded (1.71.1-x86_64-linux-gnu)
106-
google-protobuf (~> 3.25)
107+
sass-embedded (1.83.0-arm64-darwin)
108+
google-protobuf (~> 4.28)
109+
sass-embedded (1.83.0-x86_64-linux-gnu)
110+
google-protobuf (~> 4.28)
107111
terminal-table (3.0.2)
108112
unicode-display_width (>= 1.1.1, < 3)
109-
timers (4.3.5)
110-
ttfunk (1.7.0)
113+
ttfunk (1.8.0)
114+
bigdecimal (~> 3.1)
111115
typhoeus (1.4.1)
112116
ethon (>= 0.9.0)
113-
unicode-display_width (2.5.0)
114-
webrick (1.8.1)
117+
unicode-display_width (2.6.0)
118+
webrick (1.9.1)
115119
yell (2.2.2)
116-
zeitwerk (2.6.13)
120+
zeitwerk (2.7.1)
117121

118122
PLATFORMS
119123
arm64-darwin-21
120124
x86_64-linux
121125

122126
DEPENDENCIES
123127
base64
124-
bigdecimal
125128
csv
126129
html-proofer
127130
jekyll
128131
jekyll-sitemap
132+
logger
129133
rake
130134

131135
BUNDLED WITH
132-
2.5.6
136+
2.6.2

0 commit comments

Comments
 (0)