Skip to content

Commit f991cfe

Browse files
committed
Update to Jekyll 4.2.2
1 parent 5c48acc commit f991cfe

File tree

2 files changed

+34
-29
lines changed

2 files changed

+34
-29
lines changed

Gemfile

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ ruby RUBY_VERSION
77
#
88
# bundle exec jekyll serve
99
#
10-
# This will help ensure the proper Jekyll version is running.
11-
# Happy Jekylling!
12-
gem "jekyll", "4.2.0"
10+
11+
gem "jekyll", "4.2.2"
12+
13+
# Fix development command "jekyll serve"
14+
# Can be removed when upgrading to Jekyll 4.3
15+
gem "webrick", "~> 1.8"
1316

1417
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1518
gem "minima", "~> 2.5", ">= 2.5.1"
@@ -20,7 +23,7 @@ gem "minima", "~> 2.5", ">= 2.5.1"
2023

2124
# If you have any plugins, put them here!
2225
group :jekyll_plugins do
23-
gem "jekyll-feed", "~> 0.15", ">= 0.15.1"
26+
gem "jekyll-feed", "~> 0.16", ">= 0.16.0"
2427
gem "jekyll-paginate"
2528
gem 'jekyll-redirect-from'
2629
end
@@ -44,5 +47,3 @@ end
4447
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
4548
# gem "rake"
4649
# gem "html-proofer"
47-
48-
gem "webrick", "~> 1.8"

Gemfile.lock

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.0)
5-
public_suffix (>= 2.0.2, < 5.0)
4+
addressable (2.8.6)
5+
public_suffix (>= 2.0.2, < 6.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.8)
8-
em-websocket (0.5.2)
7+
concurrent-ruby (1.2.3)
8+
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
10-
http_parser.rb (~> 0.6.0)
10+
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
12-
ffi (1.15.0)
12+
ffi (1.16.3)
1313
forwardable-extended (2.6.0)
14-
http_parser.rb (0.6.0)
15-
i18n (1.8.9)
14+
http_parser.rb (0.8.0)
15+
i18n (1.14.5)
1616
concurrent-ruby (~> 1.0)
17-
jekyll (4.2.0)
17+
jekyll (4.2.2)
1818
addressable (~> 2.4)
1919
colorator (~> 1.0)
2020
em-websocket (~> 0.5)
@@ -29,23 +29,23 @@ GEM
2929
rouge (~> 3.0)
3030
safe_yaml (~> 1.0)
3131
terminal-table (~> 2.0)
32-
jekyll-feed (0.15.1)
32+
jekyll-feed (0.17.0)
3333
jekyll (>= 3.7, < 5.0)
3434
jekyll-paginate (1.1.0)
3535
jekyll-redirect-from (0.16.0)
3636
jekyll (>= 3.3, < 5.0)
37-
jekyll-sass-converter (2.1.0)
37+
jekyll-sass-converter (2.2.0)
3838
sassc (> 2.0.1, < 3.0)
39-
jekyll-seo-tag (2.7.1)
39+
jekyll-seo-tag (2.8.0)
4040
jekyll (>= 3.8, < 5.0)
4141
jekyll-watch (2.2.1)
4242
listen (~> 3.0)
43-
kramdown (2.3.1)
43+
kramdown (2.4.0)
4444
rexml
4545
kramdown-parser-gfm (1.1.0)
4646
kramdown (~> 2.0)
47-
liquid (4.0.3)
48-
listen (3.5.0)
47+
liquid (4.0.4)
48+
listen (3.9.0)
4949
rb-fsevent (~> 0.10, >= 0.10.3)
5050
rb-inotify (~> 0.9, >= 0.9.10)
5151
mercenary (0.4.0)
@@ -55,31 +55,35 @@ GEM
5555
jekyll-seo-tag (~> 2.1)
5656
pathutil (0.16.2)
5757
forwardable-extended (~> 2.6)
58-
public_suffix (4.0.6)
59-
rb-fsevent (0.10.4)
58+
public_suffix (5.0.5)
59+
rb-fsevent (0.11.2)
6060
rb-inotify (0.10.1)
6161
ffi (~> 1.0)
62-
rexml (3.2.5)
63-
rouge (3.26.0)
62+
rexml (3.2.8)
63+
strscan (>= 3.0.9)
64+
rouge (3.30.0)
6465
safe_yaml (1.0.5)
6566
sassc (2.4.0)
6667
ffi (~> 1.9)
68+
strscan (3.1.0)
6769
terminal-table (2.0.0)
6870
unicode-display_width (~> 1.1, >= 1.1.1)
69-
unicode-display_width (1.7.0)
71+
unicode-display_width (1.8.0)
72+
webrick (1.8.1)
7073

7174
PLATFORMS
7275
ruby
7376

7477
DEPENDENCIES
75-
jekyll (= 4.2.0)
76-
jekyll-feed (~> 0.15, >= 0.15.1)
78+
jekyll (= 4.2.2)
79+
jekyll-feed (~> 0.16, >= 0.16.0)
7780
jekyll-paginate
7881
jekyll-redirect-from
7982
minima (~> 2.5, >= 2.5.1)
83+
webrick (~> 1.8)
8084

8185
RUBY VERSION
82-
ruby 2.7.0p0
86+
ruby 3.0.2p107
8387

8488
BUNDLED WITH
8589
2.1.4

0 commit comments

Comments
 (0)