Skip to content

Commit 16731e7

Browse files
committed
Gemfiles: update to jekyll 3.9
1 parent f200143 commit 16731e7

File tree

2 files changed

+100
-68
lines changed

2 files changed

+100
-68
lines changed

Gemfile

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

3-
gem 'jekyll', '=3.6.2', :platforms => [:ruby, :x64_mingw, :mswin]
4-
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
3+
gem 'jekyll', '=3.9.0'
54

65
group :jekyll_plugins do
7-
gem 'jekyll-watch'
8-
gem 'jemoji'
9-
gem 'jekyll-paginate'
10-
gem 'jekyll-last-modified-at', '>=1.0.0', :platforms => [:ruby, :x64_mingw, :mswin]
6+
gem 'jekyll-sitemap', '>=1.4.0'
7+
8+
# Not used, explicit feed.xml.
9+
gem 'jekyll-feed', '>=0.13.0'
10+
gem 'jekyll-seo-tag', '>=2.6.1'
11+
12+
gem 'kramdown-parser-gfm', '>=1.1.0'
13+
14+
# https://github.com/gjtorikian/jekyll-last-modified-at
15+
gem 'jekyll-last-modified-at', '>=1.1.0'
16+
17+
# https://github.com/jekyll/jekyll-redirect-from
18+
gem 'jekyll-redirect-from', '>=0.16.0'
19+
20+
gem 'jekyll-watch', '>=2.2.1'
21+
gem 'jemoji', '>=0.12.0'
22+
gem 'jekyll-paginate', '>=1.1.0'
23+
1124
gem 'jekyll-mentions', '=1.1.3', :platforms => [:ruby, :x64_mingw, :mswin]
12-
gem 'jekyll-redirect-from', '=0.11.0', :platforms => [:ruby, :x64_mingw, :mswin]
13-
gem 'jekyll-sitemap', '=0.11.0', :platforms => [:ruby, :x64_mingw, :mswin]
1425
# gem 'jekyll-multiple-languages'
1526

16-
gem 'html-proofer'
27+
gem 'html-proofer', '>=3.18.2'
1728
gem 'nokogiri', '>=1.8.2'
1829
end

Gemfile.lock

Lines changed: 80 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,111 +1,132 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (5.2.0)
4+
activesupport (6.0.3.4)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
9-
addressable (2.4.0)
9+
zeitwerk (~> 2.2, >= 2.2.2)
10+
addressable (2.7.0)
11+
public_suffix (>= 2.0.2, < 5.0)
1012
colorator (1.1.0)
11-
colorize (0.8.1)
12-
concurrent-ruby (1.0.5)
13-
ethon (0.11.0)
13+
concurrent-ruby (1.1.7)
14+
em-websocket (0.5.2)
15+
eventmachine (>= 0.12.9)
16+
http_parser.rb (~> 0.6.0)
17+
ethon (0.12.0)
1418
ffi (>= 1.3.0)
15-
ffi (1.9.25)
19+
eventmachine (1.2.7)
20+
ffi (1.14.2)
1621
forwardable-extended (2.6.0)
17-
gemoji (3.0.0)
18-
html-pipeline (2.8.3)
22+
gemoji (3.0.1)
23+
html-pipeline (2.14.0)
1924
activesupport (>= 2)
2025
nokogiri (>= 1.4)
21-
html-proofer (3.9.1)
22-
activesupport (>= 4.2, < 6.0)
26+
html-proofer (3.18.2)
2327
addressable (~> 2.3)
24-
colorize (~> 0.8)
25-
mercenary (~> 0.3.2)
26-
nokogiri (~> 1.8.1)
28+
mercenary (~> 0.3)
29+
nokogumbo (~> 2.0)
2730
parallel (~> 1.3)
31+
rainbow (~> 3.0)
2832
typhoeus (~> 1.3)
2933
yell (~> 2.0)
30-
i18n (1.0.1)
34+
http_parser.rb (0.6.0)
35+
i18n (0.9.5)
3136
concurrent-ruby (~> 1.0)
32-
jekyll (3.6.2)
37+
jekyll (3.9.0)
3338
addressable (~> 2.4)
3439
colorator (~> 1.0)
40+
em-websocket (~> 0.5)
41+
i18n (~> 0.7)
3542
jekyll-sass-converter (~> 1.0)
36-
jekyll-watch (~> 1.1)
37-
kramdown (~> 1.14)
43+
jekyll-watch (~> 2.0)
44+
kramdown (>= 1.17, < 3)
3845
liquid (~> 4.0)
3946
mercenary (~> 0.3.3)
4047
pathutil (~> 0.9)
41-
rouge (>= 1.7, < 3)
48+
rouge (>= 1.7, < 4)
4249
safe_yaml (~> 1.0)
43-
jekyll-last-modified-at (1.0.1)
44-
jekyll (~> 3.3)
50+
jekyll-feed (0.15.1)
51+
jekyll (>= 3.7, < 5.0)
52+
jekyll-last-modified-at (1.3.0)
53+
jekyll (>= 3.7, < 5.0)
4554
posix-spawn (~> 0.3.9)
4655
jekyll-mentions (1.1.3)
4756
html-pipeline (~> 2.3)
4857
jekyll (~> 3.0)
4958
jekyll-paginate (1.1.0)
50-
jekyll-redirect-from (0.11.0)
51-
jekyll (>= 2.0)
59+
jekyll-redirect-from (0.16.0)
60+
jekyll (>= 3.3, < 5.0)
5261
jekyll-sass-converter (1.5.2)
5362
sass (~> 3.4)
54-
jekyll-sitemap (0.11.0)
55-
addressable (~> 2.4.0)
56-
jekyll-watch (1.5.1)
63+
jekyll-seo-tag (2.7.1)
64+
jekyll (>= 3.8, < 5.0)
65+
jekyll-sitemap (1.4.0)
66+
jekyll (>= 3.7, < 5.0)
67+
jekyll-watch (2.2.1)
5768
listen (~> 3.0)
58-
jemoji (0.10.0)
69+
jemoji (0.12.0)
5970
gemoji (~> 3.0)
6071
html-pipeline (~> 2.2)
61-
jekyll (~> 3.0)
62-
kramdown (1.17.0)
63-
liquid (4.0.0)
64-
listen (3.1.5)
65-
rb-fsevent (~> 0.9, >= 0.9.4)
66-
rb-inotify (~> 0.9, >= 0.9.7)
67-
ruby_dep (~> 1.2)
72+
jekyll (>= 3.0, < 5.0)
73+
kramdown (2.3.0)
74+
rexml
75+
kramdown-parser-gfm (1.1.0)
76+
kramdown (~> 2.0)
77+
liquid (4.0.3)
78+
listen (3.3.3)
79+
rb-fsevent (~> 0.10, >= 0.10.3)
80+
rb-inotify (~> 0.9, >= 0.9.10)
6881
mercenary (0.3.6)
69-
mini_portile2 (2.3.0)
70-
minitest (5.11.3)
71-
nokogiri (1.8.4)
72-
mini_portile2 (~> 2.3.0)
73-
parallel (1.12.1)
74-
pathutil (0.16.1)
82+
mini_portile2 (2.4.0)
83+
minitest (5.14.2)
84+
nokogiri (1.10.10)
85+
mini_portile2 (~> 2.4.0)
86+
nokogumbo (2.0.4)
87+
nokogiri (~> 1.8, >= 1.8.4)
88+
parallel (1.20.1)
89+
pathutil (0.16.2)
7590
forwardable-extended (~> 2.6)
76-
posix-spawn (0.3.13)
77-
rb-fsevent (0.10.3)
78-
rb-inotify (0.9.10)
79-
ffi (>= 0.5.0, < 2)
80-
rouge (2.2.1)
81-
ruby_dep (1.5.0)
82-
safe_yaml (1.0.4)
83-
sass (3.5.6)
91+
posix-spawn (0.3.15)
92+
public_suffix (4.0.6)
93+
rainbow (3.0.0)
94+
rb-fsevent (0.10.4)
95+
rb-inotify (0.10.1)
96+
ffi (~> 1.0)
97+
rexml (3.2.4)
98+
rouge (3.26.0)
99+
safe_yaml (1.0.5)
100+
sass (3.7.4)
84101
sass-listen (~> 4.0.0)
85102
sass-listen (4.0.0)
86103
rb-fsevent (~> 0.9, >= 0.9.4)
87104
rb-inotify (~> 0.9, >= 0.9.7)
88105
thread_safe (0.3.6)
89-
typhoeus (1.3.0)
106+
typhoeus (1.4.0)
90107
ethon (>= 0.9.0)
91-
tzinfo (1.2.5)
108+
tzinfo (1.2.9)
92109
thread_safe (~> 0.1)
93-
yell (2.0.7)
110+
yell (2.2.2)
111+
zeitwerk (2.4.2)
94112

95113
PLATFORMS
96114
ruby
97115

98116
DEPENDENCIES
99-
html-proofer
100-
jekyll (= 3.6.2)
101-
jekyll-last-modified-at (>= 1.0.0)
117+
html-proofer (>= 3.18.2)
118+
jekyll (= 3.9.0)
119+
jekyll-feed (>= 0.13.0)
120+
jekyll-last-modified-at (>= 1.1.0)
102121
jekyll-mentions (= 1.1.3)
103-
jekyll-paginate
104-
jekyll-redirect-from (= 0.11.0)
105-
jekyll-sitemap (= 0.11.0)
106-
jekyll-watch
107-
jemoji
122+
jekyll-paginate (>= 1.1.0)
123+
jekyll-redirect-from (>= 0.16.0)
124+
jekyll-seo-tag (>= 2.6.1)
125+
jekyll-sitemap (>= 1.4.0)
126+
jekyll-watch (>= 2.2.1)
127+
jemoji (>= 0.12.0)
128+
kramdown-parser-gfm (>= 1.1.0)
108129
nokogiri (>= 1.8.2)
109130

110131
BUNDLED WITH
111-
1.16.1
132+
1.17.2

0 commit comments

Comments
 (0)