Skip to content

Commit 29189af

Browse files
authored
Revert "Bump jekyll from 3.8.6 to 4.0.1 (#33)" (#41)
This reverts commit 8a1b182.
1 parent 71354e1 commit 29189af

File tree

2 files changed

+24
-32
lines changed

2 files changed

+24
-32
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source "https://rubygems.org"
88
#
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
11-
gem "jekyll", "4.0.1"
11+
gem "jekyll", "3.8.6"
1212

1313
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1414
gem "minima", "~> 2.5"

Gemfile.lock

Lines changed: 23 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ GEM
77
addressable (2.7.0)
88
public_suffix (>= 2.0.2, < 5.0)
99
colorator (1.1.0)
10-
concurrent-ruby (1.1.6)
10+
concurrent-ruby (1.1.5)
1111
em-websocket (0.5.1)
1212
eventmachine (>= 0.12.9)
1313
http_parser.rb (~> 0.6.0)
1414
eventmachine (1.2.7)
1515
eventmachine (1.2.7-x64-mingw32)
1616
eventmachine (1.2.7-x86-mingw32)
17-
ffi (1.12.2)
18-
ffi (1.12.2-x64-mingw32)
19-
ffi (1.12.2-x86-mingw32)
17+
ffi (1.11.2)
18+
ffi (1.11.2-x64-mingw32)
19+
ffi (1.11.2-x86-mingw32)
2020
forwardable-extended (2.6.0)
2121
gemoji (3.0.1)
2222
html-pipeline (2.11.1)
@@ -25,26 +25,24 @@ GEM
2525
http_parser.rb (0.6.0)
2626
i18n (0.9.5)
2727
concurrent-ruby (~> 1.0)
28-
jekyll (4.0.1)
28+
jekyll (3.8.6)
2929
addressable (~> 2.4)
3030
colorator (~> 1.0)
3131
em-websocket (~> 0.5)
32-
i18n (>= 0.9.5, < 2)
33-
jekyll-sass-converter (~> 2.0)
32+
i18n (~> 0.7)
33+
jekyll-sass-converter (~> 1.0)
3434
jekyll-watch (~> 2.0)
35-
kramdown (~> 2.1)
36-
kramdown-parser-gfm (~> 1.0)
35+
kramdown (~> 1.14)
3736
liquid (~> 4.0)
3837
mercenary (~> 0.3.3)
3938
pathutil (~> 0.9)
40-
rouge (~> 3.0)
39+
rouge (>= 1.7, < 4)
4140
safe_yaml (~> 1.0)
42-
terminal-table (~> 1.8)
4341
jekyll-feed (0.13.0)
4442
jekyll (>= 3.7, < 5.0)
4543
jekyll-paginate (1.1.0)
46-
jekyll-sass-converter (2.1.0)
47-
sassc (> 2.0.1, < 3.0)
44+
jekyll-sass-converter (1.5.2)
45+
sass (~> 3.4)
4846
jekyll-seo-tag (2.6.1)
4947
jekyll (>= 3.3, < 5.0)
5048
jekyll-watch (2.2.1)
@@ -53,12 +51,9 @@ GEM
5351
gemoji (~> 3.0)
5452
html-pipeline (~> 2.2)
5553
jekyll (>= 3.0, < 5.0)
56-
kramdown (2.2.1)
57-
rexml
58-
kramdown-parser-gfm (1.1.0)
59-
kramdown (~> 2.0)
54+
kramdown (1.17.0)
6055
liquid (4.0.3)
61-
listen (3.2.1)
56+
listen (3.2.0)
6257
rb-fsevent (~> 0.10, >= 0.10.3)
6358
rb-inotify (~> 0.9, >= 0.9.10)
6459
mercenary (0.3.6)
@@ -76,32 +71,29 @@ GEM
7671
mini_portile2 (~> 2.4.0)
7772
pathutil (0.16.2)
7873
forwardable-extended (~> 2.6)
79-
public_suffix (4.0.5)
80-
rb-fsevent (0.10.4)
81-
rb-inotify (0.10.1)
74+
public_suffix (4.0.1)
75+
rb-fsevent (0.10.3)
76+
rb-inotify (0.10.0)
8277
ffi (~> 1.0)
83-
rexml (3.2.4)
84-
rouge (3.18.0)
78+
rouge (3.13.0)
8579
safe_yaml (1.0.5)
86-
sassc (2.3.0)
87-
ffi (~> 1.9)
88-
sassc (2.3.0-x64-mingw32)
89-
ffi (~> 1.9)
90-
terminal-table (1.8.0)
91-
unicode-display_width (~> 1.1, >= 1.1.1)
80+
sass (3.7.4)
81+
sass-listen (~> 4.0.0)
82+
sass-listen (4.0.0)
83+
rb-fsevent (~> 0.9, >= 0.9.4)
84+
rb-inotify (~> 0.9, >= 0.9.7)
9285
tzinfo (2.0.0)
9386
concurrent-ruby (~> 1.0)
9487
tzinfo-data (1.2018.5)
9588
tzinfo (>= 1.0.0)
96-
unicode-display_width (1.7.0)
9789

9890
PLATFORMS
9991
ruby
10092
x64-mingw32
10193
x86-mingw32
10294

10395
DEPENDENCIES
104-
jekyll (= 4.0.1)
96+
jekyll (= 3.8.6)
10597
jekyll-feed (~> 0.13.0)
10698
jekyll-paginate
10799
jekyll-seo-tag (~> 2.6.1)

0 commit comments

Comments
 (0)