Skip to content

Commit 5173238

Browse files
committed
Allow wider Jekyll for Ruby 3 support
1 parent eee2d0d commit 5173238

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem 'kramdown'
66
# jekyll depends on kramdown-parser-gfm, but fails to declare it
77
gem 'kramdown-parser-gfm'
88
# Pin to the version used on GitHub Pages
9-
gem 'jekyll', 3.9
9+
gem 'jekyll', '~> 3'
1010
gem 'jekyll-redirect-from'
1111

1212
# For testing output

Gemfile.lock

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ GEM
55
public_suffix (>= 2.0.2, < 7.0)
66
colorator (1.1.0)
77
concurrent-ruby (1.3.4)
8+
csv (3.3.0)
89
em-websocket (0.5.3)
910
eventmachine (>= 0.12.9)
1011
http_parser.rb (~> 0)
@@ -25,13 +26,14 @@ GEM
2526
yell (~> 2.0)
2627
zeitwerk (~> 2.5)
2728
http_parser.rb (0.8.0)
28-
i18n (0.9.5)
29+
i18n (1.14.5)
2930
concurrent-ruby (~> 1.0)
30-
jekyll (3.9.0)
31+
jekyll (3.10.0)
3132
addressable (~> 2.4)
3233
colorator (~> 1.0)
34+
csv (~> 3.0)
3335
em-websocket (~> 0.5)
34-
i18n (~> 0.7)
36+
i18n (>= 0.7, < 2)
3537
jekyll-sass-converter (~> 1.0)
3638
jekyll-watch (~> 2.0)
3739
kramdown (>= 1.17, < 3)
@@ -40,6 +42,7 @@ GEM
4042
pathutil (~> 0.9)
4143
rouge (>= 1.7, < 4)
4244
safe_yaml (~> 1.0)
45+
webrick (>= 1.0)
4346
jekyll-redirect-from (0.16.0)
4447
jekyll (>= 3.3, < 5.0)
4548
jekyll-sass-converter (1.5.2)
@@ -97,7 +100,7 @@ PLATFORMS
97100

98101
DEPENDENCIES
99102
html-proofer (~> 4)
100-
jekyll (= 3.9)
103+
jekyll (~> 3)
101104
jekyll-redirect-from
102105
kramdown
103106
kramdown-parser-gfm

0 commit comments

Comments
 (0)