Skip to content

Commit 309dc69

Browse files
authored
Bump dependencies (#549)
* Bumps dependencies to a modern stack * Update gems * use plugin instead of gems
1 parent a0cdbca commit 309dc69

File tree

3 files changed

+180
-70
lines changed

3 files changed

+180
-70
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source 'https://rubygems.org'
2-
gem 'jekyll', '>=3.1.6'
2+
gem 'jekyll'
33
gem 'github-pages', group: :jekyll_plugins
4-
gem 'jekyll-redirect-from', '0.10.0'
4+
gem 'jekyll-redirect-from'

Gemfile.lock

Lines changed: 177 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,131 +1,241 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (4.2.6)
4+
activesupport (4.2.9)
55
i18n (~> 0.7)
6-
json (~> 1.7, >= 1.7.7)
76
minitest (~> 5.1)
87
thread_safe (~> 0.3, >= 0.3.4)
98
tzinfo (~> 1.1)
10-
addressable (2.4.0)
9+
addressable (2.5.2)
10+
public_suffix (>= 2.0.2, < 4.0)
1111
coffee-script (2.4.1)
1212
coffee-script-source
1313
execjs
14-
coffee-script-source (1.10.0)
15-
colorator (0.1)
16-
ethon (0.9.0)
14+
coffee-script-source (1.11.1)
15+
colorator (1.1.0)
16+
commonmarker (0.17.10)
17+
ruby-enum (~> 0.5)
18+
concurrent-ruby (1.0.5)
19+
ethon (0.11.0)
1720
ffi (>= 1.3.0)
1821
execjs (2.7.0)
19-
faraday (0.9.2)
22+
faraday (0.15.2)
2023
multipart-post (>= 1.2, < 3)
2124
ffi (1.9.25)
22-
gemoji (2.1.0)
23-
github-pages (80)
24-
github-pages-health-check (= 1.1.0)
25-
jekyll (= 3.1.6)
26-
jekyll-coffeescript (= 1.0.1)
27-
jekyll-feed (= 0.5.1)
28-
jekyll-gist (= 1.4.0)
29-
jekyll-github-metadata (= 1.11.1)
30-
jekyll-mentions (= 1.1.2)
25+
forwardable-extended (2.6.0)
26+
gemoji (3.0.0)
27+
github-pages (177)
28+
activesupport (= 4.2.9)
29+
github-pages-health-check (= 1.3.5)
30+
jekyll (= 3.6.2)
31+
jekyll-avatar (= 0.5.0)
32+
jekyll-coffeescript (= 1.0.2)
33+
jekyll-commonmark-ghpages (= 0.1.5)
34+
jekyll-default-layout (= 0.1.4)
35+
jekyll-feed (= 0.9.2)
36+
jekyll-gist (= 1.4.1)
37+
jekyll-github-metadata (= 2.9.3)
38+
jekyll-mentions (= 1.2.0)
39+
jekyll-optional-front-matter (= 0.3.0)
3140
jekyll-paginate (= 1.1.0)
32-
jekyll-redirect-from (= 0.10.0)
33-
jekyll-sass-converter (= 1.3.0)
34-
jekyll-seo-tag (= 1.4.0)
35-
jekyll-sitemap (= 0.10.0)
36-
jemoji (= 0.6.2)
37-
kramdown (= 1.10.0)
38-
liquid (= 3.0.6)
41+
jekyll-readme-index (= 0.2.0)
42+
jekyll-redirect-from (= 0.12.1)
43+
jekyll-relative-links (= 0.5.2)
44+
jekyll-remote-theme (= 0.2.3)
45+
jekyll-sass-converter (= 1.5.0)
46+
jekyll-seo-tag (= 2.3.0)
47+
jekyll-sitemap (= 1.1.1)
48+
jekyll-swiss (= 0.4.0)
49+
jekyll-theme-architect (= 0.1.0)
50+
jekyll-theme-cayman (= 0.1.0)
51+
jekyll-theme-dinky (= 0.1.0)
52+
jekyll-theme-hacker (= 0.1.0)
53+
jekyll-theme-leap-day (= 0.1.0)
54+
jekyll-theme-merlot (= 0.1.0)
55+
jekyll-theme-midnight (= 0.1.0)
56+
jekyll-theme-minimal (= 0.1.0)
57+
jekyll-theme-modernist (= 0.1.0)
58+
jekyll-theme-primer (= 0.5.2)
59+
jekyll-theme-slate (= 0.1.0)
60+
jekyll-theme-tactile (= 0.1.0)
61+
jekyll-theme-time-machine (= 0.1.0)
62+
jekyll-titles-from-headings (= 0.5.0)
63+
jemoji (= 0.8.1)
64+
kramdown (= 1.16.2)
65+
liquid (= 4.0.0)
3966
listen (= 3.0.6)
4067
mercenary (~> 0.3)
41-
rouge (= 1.10.1)
68+
minima (= 2.1.1)
69+
nokogiri (>= 1.8.1, < 2.0)
70+
rouge (= 2.2.1)
4271
terminal-table (~> 1.4)
43-
github-pages-health-check (1.1.0)
72+
github-pages-health-check (1.3.5)
4473
addressable (~> 2.3)
4574
net-dns (~> 0.8)
4675
octokit (~> 4.0)
47-
public_suffix (~> 1.4)
76+
public_suffix (~> 2.0)
4877
typhoeus (~> 0.7)
49-
html-pipeline (2.4.1)
50-
activesupport (>= 2, < 5)
78+
html-pipeline (2.8.4)
79+
activesupport (>= 2)
5180
nokogiri (>= 1.4)
52-
i18n (0.7.0)
53-
jekyll (3.1.6)
54-
colorator (~> 0.1)
81+
i18n (0.9.5)
82+
concurrent-ruby (~> 1.0)
83+
jekyll (3.6.2)
84+
addressable (~> 2.4)
85+
colorator (~> 1.0)
5586
jekyll-sass-converter (~> 1.0)
5687
jekyll-watch (~> 1.1)
57-
kramdown (~> 1.3)
58-
liquid (~> 3.0)
88+
kramdown (~> 1.14)
89+
liquid (~> 4.0)
5990
mercenary (~> 0.3.3)
60-
rouge (~> 1.7)
91+
pathutil (~> 0.9)
92+
rouge (>= 1.7, < 3)
6193
safe_yaml (~> 1.0)
62-
jekyll-coffeescript (1.0.1)
94+
jekyll-avatar (0.5.0)
95+
jekyll (~> 3.0)
96+
jekyll-coffeescript (1.0.2)
6397
coffee-script (~> 2.2)
64-
jekyll-feed (0.5.1)
65-
jekyll-gist (1.4.0)
98+
coffee-script-source (~> 1.11.1)
99+
jekyll-commonmark (1.2.0)
100+
commonmarker (~> 0.14)
101+
jekyll (>= 3.0, < 4.0)
102+
jekyll-commonmark-ghpages (0.1.5)
103+
commonmarker (~> 0.17.6)
104+
jekyll-commonmark (~> 1)
105+
rouge (~> 2)
106+
jekyll-default-layout (0.1.4)
107+
jekyll (~> 3.0)
108+
jekyll-feed (0.9.2)
109+
jekyll (~> 3.3)
110+
jekyll-gist (1.4.1)
66111
octokit (~> 4.2)
67-
jekyll-github-metadata (1.11.1)
68-
octokit (~> 4.0)
69-
jekyll-mentions (1.1.2)
112+
jekyll-github-metadata (2.9.3)
113+
jekyll (~> 3.1)
114+
octokit (~> 4.0, != 4.4.0)
115+
jekyll-mentions (1.2.0)
116+
activesupport (~> 4.0)
70117
html-pipeline (~> 2.3)
71118
jekyll (~> 3.0)
119+
jekyll-optional-front-matter (0.3.0)
120+
jekyll (~> 3.0)
72121
jekyll-paginate (1.1.0)
73-
jekyll-redirect-from (0.10.0)
74-
jekyll (>= 2.0)
75-
jekyll-sass-converter (1.3.0)
76-
sass (~> 3.2)
77-
jekyll-seo-tag (1.4.0)
122+
jekyll-readme-index (0.2.0)
78123
jekyll (~> 3.0)
79-
jekyll-sitemap (0.10.0)
124+
jekyll-redirect-from (0.12.1)
125+
jekyll (~> 3.3)
126+
jekyll-relative-links (0.5.2)
127+
jekyll (~> 3.3)
128+
jekyll-remote-theme (0.2.3)
129+
jekyll (~> 3.5)
130+
rubyzip (>= 1.2.1, < 3.0)
131+
typhoeus (>= 0.7, < 2.0)
132+
jekyll-sass-converter (1.5.0)
133+
sass (~> 3.4)
134+
jekyll-seo-tag (2.3.0)
135+
jekyll (~> 3.3)
136+
jekyll-sitemap (1.1.1)
137+
jekyll (~> 3.3)
138+
jekyll-swiss (0.4.0)
139+
jekyll-theme-architect (0.1.0)
140+
jekyll (~> 3.5)
141+
jekyll-seo-tag (~> 2.0)
142+
jekyll-theme-cayman (0.1.0)
143+
jekyll (~> 3.5)
144+
jekyll-seo-tag (~> 2.0)
145+
jekyll-theme-dinky (0.1.0)
146+
jekyll (~> 3.5)
147+
jekyll-seo-tag (~> 2.0)
148+
jekyll-theme-hacker (0.1.0)
149+
jekyll (~> 3.5)
150+
jekyll-seo-tag (~> 2.0)
151+
jekyll-theme-leap-day (0.1.0)
152+
jekyll (~> 3.5)
153+
jekyll-seo-tag (~> 2.0)
154+
jekyll-theme-merlot (0.1.0)
155+
jekyll (~> 3.5)
156+
jekyll-seo-tag (~> 2.0)
157+
jekyll-theme-midnight (0.1.0)
158+
jekyll (~> 3.5)
159+
jekyll-seo-tag (~> 2.0)
160+
jekyll-theme-minimal (0.1.0)
161+
jekyll (~> 3.5)
162+
jekyll-seo-tag (~> 2.0)
163+
jekyll-theme-modernist (0.1.0)
164+
jekyll (~> 3.5)
165+
jekyll-seo-tag (~> 2.0)
166+
jekyll-theme-primer (0.5.2)
167+
jekyll (~> 3.5)
168+
jekyll-github-metadata (~> 2.9)
169+
jekyll-seo-tag (~> 2.2)
170+
jekyll-theme-slate (0.1.0)
171+
jekyll (~> 3.5)
172+
jekyll-seo-tag (~> 2.0)
173+
jekyll-theme-tactile (0.1.0)
174+
jekyll (~> 3.5)
175+
jekyll-seo-tag (~> 2.0)
176+
jekyll-theme-time-machine (0.1.0)
177+
jekyll (~> 3.5)
178+
jekyll-seo-tag (~> 2.0)
179+
jekyll-titles-from-headings (0.5.0)
180+
jekyll (~> 3.3)
80181
jekyll-watch (1.5.1)
81182
listen (~> 3.0)
82-
jemoji (0.6.2)
83-
gemoji (~> 2.0)
183+
jemoji (0.8.1)
184+
activesupport (~> 4.0, >= 4.2.9)
185+
gemoji (~> 3.0)
84186
html-pipeline (~> 2.2)
85187
jekyll (>= 3.0)
86-
json (1.8.3)
87-
kramdown (1.10.0)
88-
liquid (3.0.6)
188+
kramdown (1.16.2)
189+
liquid (4.0.0)
89190
listen (3.0.6)
90191
rb-fsevent (>= 0.9.3)
91192
rb-inotify (>= 0.9.7)
92193
mercenary (0.3.6)
93-
mini_portile2 (2.0.0)
94-
minitest (5.9.0)
194+
mini_portile2 (2.3.0)
195+
minima (2.1.1)
196+
jekyll (~> 3.3)
197+
minitest (5.11.3)
95198
multipart-post (2.0.0)
96199
net-dns (0.8.0)
97-
nokogiri (1.6.7.2)
98-
mini_portile2 (~> 2.0.0.rc2)
99-
octokit (4.3.0)
100-
sawyer (~> 0.7.0, >= 0.5.3)
101-
public_suffix (1.5.3)
200+
nokogiri (1.8.4)
201+
mini_portile2 (~> 2.3.0)
202+
octokit (4.9.0)
203+
sawyer (~> 0.8.0, >= 0.5.3)
204+
pathutil (0.16.1)
205+
forwardable-extended (~> 2.6)
206+
public_suffix (2.0.5)
102207
rb-fsevent (0.10.3)
103208
rb-inotify (0.9.10)
104209
ffi (>= 0.5.0, < 2)
105-
rouge (1.10.1)
210+
rouge (2.2.1)
211+
ruby-enum (0.7.2)
212+
i18n
213+
rubyzip (1.2.1)
106214
safe_yaml (1.0.4)
107215
sass (3.5.7)
108216
sass-listen (~> 4.0.0)
109217
sass-listen (4.0.0)
110218
rb-fsevent (~> 0.9, >= 0.9.4)
111219
rb-inotify (~> 0.9, >= 0.9.7)
112-
sawyer (0.7.0)
113-
addressable (>= 2.3.5, < 2.5)
114-
faraday (~> 0.8, < 0.10)
115-
terminal-table (1.5.2)
116-
thread_safe (0.3.5)
220+
sawyer (0.8.1)
221+
addressable (>= 2.3.5, < 2.6)
222+
faraday (~> 0.8, < 1.0)
223+
terminal-table (1.8.0)
224+
unicode-display_width (~> 1.1, >= 1.1.1)
225+
thread_safe (0.3.6)
117226
typhoeus (0.8.0)
118227
ethon (>= 0.8.0)
119-
tzinfo (1.2.2)
228+
tzinfo (1.2.5)
120229
thread_safe (~> 0.1)
230+
unicode-display_width (1.4.0)
121231

122232
PLATFORMS
123233
ruby
124234

125235
DEPENDENCIES
126236
github-pages
127-
jekyll (>= 3.1.6)
128-
jekyll-redirect-from (= 0.10.0)
237+
jekyll
238+
jekyll-redirect-from
129239

130240
BUNDLED WITH
131241
1.16.1

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ sass:
3333
sass_dir: css
3434

3535
# Gems
36-
gems:
36+
plugins:
3737
- jekyll-redirect-from
3838

3939
whitelist:

0 commit comments

Comments
 (0)