Skip to content

Commit 7c113fb

Browse files
authored
chore: ensure ruby-3 working (#1368)
Signed-off-by: Gabor Boros <[email protected]>
1 parent 5d00fc9 commit 7c113fb

File tree

3 files changed

+27
-23
lines changed

3 files changed

+27
-23
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.2

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
source "https://rubygems.org"
22

3-
gem 'bourbon', '~> 4.2'
4-
gem 'jekyll', '~> 3.9'
5-
gem 'neat', '~> 1.7'
3+
gem 'bourbon', '~> 4.3'
4+
gem 'jekyll', '~> 3.10'
5+
gem 'neat', '~> 1.9'
66
gem 'nokogiri', '~> 1.13'
77
gem 'rouge', '~> 2.2'
88
gem 'therubyracer', '~> 0.12'

Gemfile.lock

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.6)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
66
bourbon (4.3.4)
77
sass (~> 3.4)
88
thor (~> 0.19)
99
colorator (1.1.0)
10-
concurrent-ruby (1.2.2)
10+
concurrent-ruby (1.3.5)
11+
csv (3.3.5)
1112
em-websocket (0.5.3)
1213
eventmachine (>= 0.12.9)
1314
http_parser.rb (~> 0)
1415
eventmachine (1.2.7)
15-
ffi (1.16.3)
16+
ffi (1.17.2)
1617
forwardable-extended (2.6.0)
1718
http_parser.rb (0.8.0)
18-
i18n (1.14.1)
19+
i18n (1.14.7)
1920
concurrent-ruby (~> 1.0)
20-
jekyll (3.9.3)
21+
jekyll (3.10.0)
2122
addressable (~> 2.4)
2223
colorator (~> 1.0)
24+
csv (~> 3.0)
2325
em-websocket (~> 0.5)
2426
i18n (>= 0.7, < 2)
2527
jekyll-sass-converter (~> 1.0)
@@ -30,36 +32,37 @@ GEM
3032
pathutil (~> 0.9)
3133
rouge (>= 1.7, < 4)
3234
safe_yaml (~> 1.0)
35+
webrick (>= 1.0)
3336
jekyll-sass-converter (1.5.2)
3437
sass (~> 3.4)
3538
jekyll-watch (2.2.1)
3639
listen (~> 3.0)
37-
kramdown (2.4.0)
38-
rexml
40+
kramdown (2.5.1)
41+
rexml (>= 3.3.9)
3942
kramdown-parser-gfm (1.1.0)
4043
kramdown (~> 2.0)
4144
libv8 (3.16.14.19.1)
4245
liquid (4.0.4)
43-
listen (3.8.0)
46+
listen (3.9.0)
4447
rb-fsevent (~> 0.10, >= 0.10.3)
4548
rb-inotify (~> 0.9, >= 0.9.10)
4649
mercenary (0.3.6)
47-
mini_portile2 (2.8.5)
50+
mini_portile2 (2.8.9)
4851
neat (1.9.1)
4952
sass (>= 3.3)
5053
thor (~> 0.19)
51-
nokogiri (1.15.5)
54+
nokogiri (1.18.9)
5255
mini_portile2 (~> 2.8.2)
5356
racc (~> 1.4)
5457
pathutil (0.16.2)
5558
forwardable-extended (~> 2.6)
56-
public_suffix (5.0.4)
57-
racc (1.7.3)
59+
public_suffix (6.0.2)
60+
racc (1.8.1)
5861
rb-fsevent (0.11.2)
59-
rb-inotify (0.10.1)
62+
rb-inotify (0.11.1)
6063
ffi (~> 1.0)
6164
ref (2.0.0)
62-
rexml (3.2.6)
65+
rexml (3.4.1)
6366
rouge (2.2.1)
6467
safe_yaml (1.0.5)
6568
sass (3.7.4)
@@ -71,19 +74,20 @@ GEM
7174
libv8 (~> 3.16.14.15)
7275
ref
7376
thor (0.20.3)
77+
webrick (1.9.1)
7478

7579
PLATFORMS
7680
ruby
7781

7882
DEPENDENCIES
79-
bourbon (~> 4.2)
80-
jekyll (~> 3.9)
83+
bourbon (~> 4.3)
84+
jekyll (~> 3.10)
8185
kramdown (~> 2.3)
8286
kramdown-parser-gfm (~> 1.1)
83-
neat (~> 1.7)
87+
neat (~> 1.9)
8488
nokogiri (~> 1.13)
8589
rouge (~> 2.2)
8690
therubyracer (~> 0.12)
8791

8892
BUNDLED WITH
89-
2.5.1
93+
2.7.1

0 commit comments

Comments
 (0)