Skip to content

Commit 512f30e

Browse files
committed
revert gemfile so builds work
1 parent 90db5d5 commit 512f30e

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Gemfile.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
addressable (2.8.7)
5-
public_suffix (>= 2.0.2, < 7.0)
4+
addressable (2.8.0)
5+
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.3.4)
8-
em-websocket (0.5.3)
7+
concurrent-ruby (1.1.6)
8+
em-websocket (0.5.1)
99
eventmachine (>= 0.12.9)
10-
http_parser.rb (~> 0)
10+
http_parser.rb (~> 0.6.0)
1111
eventmachine (1.2.7)
12-
ffi (1.17.0)
12+
ffi (1.13.1)
1313
forwardable-extended (2.6.0)
14-
http_parser.rb (0.8.0)
15-
i18n (1.14.6)
14+
http_parser.rb (0.6.0)
15+
i18n (1.8.3)
1616
concurrent-ruby (~> 1.0)
1717
jekyll (4.1.1)
1818
addressable (~> 2.4)
@@ -31,33 +31,33 @@ GEM
3131
terminal-table (~> 1.8)
3232
jekyll-redirect-from (0.15.0)
3333
jekyll (>= 3.3, < 5.0)
34-
jekyll-sass-converter (2.2.0)
34+
jekyll-sass-converter (2.1.0)
3535
sassc (> 2.0.1, < 3.0)
3636
jekyll-watch (2.2.1)
3737
listen (~> 3.0)
38-
kramdown (2.5.1)
39-
rexml (>= 3.3.9)
38+
kramdown (2.3.1)
39+
rexml
4040
kramdown-parser-gfm (1.1.0)
4141
kramdown (~> 2.0)
42-
liquid (4.0.4)
43-
listen (3.9.0)
42+
liquid (4.0.3)
43+
listen (3.2.1)
4444
rb-fsevent (~> 0.10, >= 0.10.3)
4545
rb-inotify (~> 0.9, >= 0.9.10)
4646
mercenary (0.4.0)
4747
pathutil (0.16.2)
4848
forwardable-extended (~> 2.6)
49-
public_suffix (5.1.1)
50-
rb-fsevent (0.11.2)
51-
rb-inotify (0.11.1)
49+
public_suffix (4.0.6)
50+
rb-fsevent (0.10.4)
51+
rb-inotify (0.10.1)
5252
ffi (~> 1.0)
53-
rexml (3.3.9)
54-
rouge (3.30.0)
53+
rexml (3.2.5)
54+
rouge (3.21.0)
5555
safe_yaml (1.0.5)
5656
sassc (2.4.0)
5757
ffi (~> 1.9)
5858
terminal-table (1.8.0)
5959
unicode-display_width (~> 1.1, >= 1.1.1)
60-
unicode-display_width (1.8.0)
60+
unicode-display_width (1.7.0)
6161

6262
PLATFORMS
6363
ruby

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Hosted by [Netlify](https://www.netlify.com/).
1919
Requirements:
2020

2121
* ruby-2.6.2
22-
* jekyll 3.6.3
22+
* jekyll 4.1.1
2323

2424
We recommend using [rvm](https://rvm.io/) to manage your Ruby versions.
2525

0 commit comments

Comments
 (0)