Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 0dcc2f1

Browse files
committed
Revert "Updated to Ruby 2.5.1; Jekyll 3.8"
This reverts commit bcf2b80.
1 parent 9326e19 commit 0dcc2f1

File tree

3 files changed

+56
-77
lines changed

3 files changed

+56
-77
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
language: ruby
55
rvm:
6-
- 2.5.1
6+
- 2.3.1
77

88
# Assume bundler is being used, therefore
99
# the `install` step will run `bundle install` by default.

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'jekyll', '3.8'
3+
gem 'jekyll', '3.0.2'
44
gem 'jekyll-gist'
55
gem 'jekyll-paginate'
66
gem 'jekyll-redirect-from'

Gemfile.lock

Lines changed: 54 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,108 +1,87 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (5.2.0)
4+
activesupport (5.0.0.1)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
6-
i18n (>= 0.7, < 2)
6+
i18n (~> 0.7)
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
9-
addressable (2.5.2)
10-
public_suffix (>= 2.0.2, < 4.0)
11-
colorator (1.1.0)
12-
colorize (0.8.1)
13-
concurrent-ruby (1.0.5)
14-
em-websocket (0.5.1)
15-
eventmachine (>= 0.12.9)
16-
http_parser.rb (~> 0.6.0)
17-
ethon (0.11.0)
9+
addressable (2.3.8)
10+
colorator (0.1)
11+
colored (1.2)
12+
concurrent-ruby (1.0.2)
13+
ethon (0.9.1)
1814
ffi (>= 1.3.0)
19-
eventmachine (1.2.7-x64-mingw32)
20-
faraday (0.15.2)
15+
faraday (0.9.2)
2116
multipart-post (>= 1.2, < 3)
22-
ffi (1.9.25-x64-mingw32)
23-
forwardable-extended (2.6.0)
24-
html-proofer (3.9.1)
17+
ffi (1.9.10)
18+
html-proofer (3.3.1)
2519
activesupport (>= 4.2, < 6.0)
2620
addressable (~> 2.3)
27-
colorize (~> 0.8)
21+
colored (~> 1.2)
2822
mercenary (~> 0.3.2)
29-
nokogiri (~> 1.8.1)
23+
nokogiri (~> 1.5)
3024
parallel (~> 1.3)
31-
typhoeus (~> 1.3)
25+
typhoeus (~> 0.7)
3226
yell (~> 2.0)
33-
http_parser.rb (0.6.0)
34-
i18n (0.9.5)
35-
concurrent-ruby (~> 1.0)
36-
jekyll (3.8.0)
37-
addressable (~> 2.4)
38-
colorator (~> 1.0)
39-
em-websocket (~> 0.5)
40-
i18n (~> 0.7)
27+
i18n (0.7.0)
28+
jekyll (3.0.2)
29+
colorator (~> 0.1)
4130
jekyll-sass-converter (~> 1.0)
42-
jekyll-watch (~> 2.0)
43-
kramdown (~> 1.14)
44-
liquid (~> 4.0)
31+
jekyll-watch (~> 1.1)
32+
kramdown (~> 1.3)
33+
liquid (~> 3.0)
4534
mercenary (~> 0.3.3)
46-
pathutil (~> 0.9)
47-
rouge (>= 1.7, < 4)
35+
rouge (~> 1.7)
4836
safe_yaml (~> 1.0)
49-
jekyll-gist (1.5.0)
37+
jekyll-gist (1.4.0)
5038
octokit (~> 4.2)
5139
jekyll-paginate (1.1.0)
52-
jekyll-redirect-from (0.14.0)
53-
jekyll (~> 3.3)
54-
jekyll-sass-converter (1.5.2)
40+
jekyll-redirect-from (0.11.0)
41+
jekyll (>= 2.0)
42+
jekyll-sass-converter (1.4.0)
5543
sass (~> 3.4)
56-
jekyll-watch (2.0.0)
44+
jekyll-watch (1.3.1)
5745
listen (~> 3.0)
58-
kramdown (1.17.0)
59-
liquid (4.0.0)
60-
listen (3.1.5)
61-
rb-fsevent (~> 0.9, >= 0.9.4)
62-
rb-inotify (~> 0.9, >= 0.9.7)
63-
ruby_dep (~> 1.2)
64-
mercenary (0.3.6)
65-
mini_portile2 (2.3.0)
66-
minitest (5.11.3)
46+
kramdown (1.9.0)
47+
liquid (3.0.6)
48+
listen (3.0.5)
49+
rb-fsevent (>= 0.9.3)
50+
rb-inotify (>= 0.9)
51+
mercenary (0.3.5)
52+
mini_portile2 (2.1.0)
53+
minitest (5.9.1)
6754
multipart-post (2.0.0)
68-
nokogiri (1.8.4-x64-mingw32)
69-
mini_portile2 (~> 2.3.0)
70-
octokit (4.9.0)
71-
sawyer (~> 0.8.0, >= 0.5.3)
72-
parallel (1.12.1)
73-
pathutil (0.16.1)
74-
forwardable-extended (~> 2.6)
75-
public_suffix (3.0.2)
76-
rb-fsevent (0.10.3)
77-
rb-inotify (0.9.10)
78-
ffi (>= 0.5.0, < 2)
79-
rouge (3.1.1)
80-
ruby_dep (1.5.0)
55+
nokogiri (1.6.8.1)
56+
mini_portile2 (~> 2.1.0)
57+
octokit (4.2.0)
58+
sawyer (~> 0.6.0, >= 0.5.3)
59+
parallel (1.9.0)
60+
rb-fsevent (0.9.7)
61+
rb-inotify (0.9.7)
62+
ffi (>= 0.5.0)
63+
rouge (1.10.1)
8164
safe_yaml (1.0.4)
82-
sass (3.5.6)
83-
sass-listen (~> 4.0.0)
84-
sass-listen (4.0.0)
85-
rb-fsevent (~> 0.9, >= 0.9.4)
86-
rb-inotify (~> 0.9, >= 0.9.7)
87-
sawyer (0.8.1)
88-
addressable (>= 2.3.5, < 2.6)
89-
faraday (~> 0.8, < 1.0)
90-
thread_safe (0.3.6)
91-
typhoeus (1.3.0)
92-
ethon (>= 0.9.0)
93-
tzinfo (1.2.5)
65+
sass (3.4.21)
66+
sawyer (0.6.0)
67+
addressable (~> 2.3.5)
68+
faraday (~> 0.8, < 0.10)
69+
thread_safe (0.3.5)
70+
typhoeus (0.8.0)
71+
ethon (>= 0.8.0)
72+
tzinfo (1.2.2)
9473
thread_safe (~> 0.1)
95-
yell (2.0.7)
74+
yell (2.0.6)
9675

9776
PLATFORMS
98-
x64-mingw32
77+
ruby
9978

10079
DEPENDENCIES
10180
html-proofer
102-
jekyll (= 3.8)
81+
jekyll (= 3.0.2)
10382
jekyll-gist
10483
jekyll-paginate
10584
jekyll-redirect-from
10685

10786
BUNDLED WITH
108-
1.16.3
87+
1.13.5

0 commit comments

Comments
 (0)