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

Commit bcf2b80

Browse files
committed
Updated to Ruby 2.5.1; Jekyll 3.8
1 parent 9f8ba25 commit bcf2b80

File tree

3 files changed

+77
-56
lines changed

3 files changed

+77
-56
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.3.1
6+
- 2.5.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.0.2'
3+
gem 'jekyll', '3.8'
44
gem 'jekyll-gist'
55
gem 'jekyll-paginate'
66
gem 'jekyll-redirect-from'

Gemfile.lock

Lines changed: 75 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,87 +1,108 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (5.0.0.1)
4+
activesupport (5.2.0)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
6-
i18n (~> 0.7)
6+
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
9-
addressable (2.3.8)
10-
colorator (0.1)
11-
colored (1.2)
12-
concurrent-ruby (1.0.2)
13-
ethon (0.9.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)
1418
ffi (>= 1.3.0)
15-
faraday (0.9.2)
19+
eventmachine (1.2.7-x64-mingw32)
20+
faraday (0.15.2)
1621
multipart-post (>= 1.2, < 3)
17-
ffi (1.9.10)
18-
html-proofer (3.3.1)
22+
ffi (1.9.25-x64-mingw32)
23+
forwardable-extended (2.6.0)
24+
html-proofer (3.9.1)
1925
activesupport (>= 4.2, < 6.0)
2026
addressable (~> 2.3)
21-
colored (~> 1.2)
27+
colorize (~> 0.8)
2228
mercenary (~> 0.3.2)
23-
nokogiri (~> 1.5)
29+
nokogiri (~> 1.8.1)
2430
parallel (~> 1.3)
25-
typhoeus (~> 0.7)
31+
typhoeus (~> 1.3)
2632
yell (~> 2.0)
27-
i18n (0.7.0)
28-
jekyll (3.0.2)
29-
colorator (~> 0.1)
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)
3041
jekyll-sass-converter (~> 1.0)
31-
jekyll-watch (~> 1.1)
32-
kramdown (~> 1.3)
33-
liquid (~> 3.0)
42+
jekyll-watch (~> 2.0)
43+
kramdown (~> 1.14)
44+
liquid (~> 4.0)
3445
mercenary (~> 0.3.3)
35-
rouge (~> 1.7)
46+
pathutil (~> 0.9)
47+
rouge (>= 1.7, < 4)
3648
safe_yaml (~> 1.0)
37-
jekyll-gist (1.4.0)
49+
jekyll-gist (1.5.0)
3850
octokit (~> 4.2)
3951
jekyll-paginate (1.1.0)
40-
jekyll-redirect-from (0.11.0)
41-
jekyll (>= 2.0)
42-
jekyll-sass-converter (1.4.0)
52+
jekyll-redirect-from (0.14.0)
53+
jekyll (~> 3.3)
54+
jekyll-sass-converter (1.5.2)
4355
sass (~> 3.4)
44-
jekyll-watch (1.3.1)
56+
jekyll-watch (2.0.0)
4557
listen (~> 3.0)
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)
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)
5467
multipart-post (2.0.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)
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)
6481
safe_yaml (1.0.4)
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)
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)
7394
thread_safe (~> 0.1)
74-
yell (2.0.6)
95+
yell (2.0.7)
7596

7697
PLATFORMS
77-
ruby
98+
x64-mingw32
7899

79100
DEPENDENCIES
80101
html-proofer
81-
jekyll (= 3.0.2)
102+
jekyll (= 3.8)
82103
jekyll-gist
83104
jekyll-paginate
84105
jekyll-redirect-from
85106

86107
BUNDLED WITH
87-
1.13.5
108+
1.16.3

0 commit comments

Comments
 (0)