Skip to content

Commit bb7beae

Browse files
committed
Update dependencies to year 2020
- Also fixes security alert for kramdown < 2.3.0 (via jekyll) GHSA-mqm2-cgpr-p4m6
1 parent 1a0ed43 commit bb7beae

File tree

2 files changed

+220
-25
lines changed

2 files changed

+220
-25
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# A sample Gemfile
22
source "https://rubygems.org"
33

4-
gem "jekyll"
4+
gem "github-pages"

Gemfile.lock

Lines changed: 219 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,258 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.5.2)
5-
public_suffix (>= 2.0.2, < 4.0)
4+
activesupport (6.0.3.2)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
6+
i18n (>= 0.7, < 2)
7+
minitest (~> 5.1)
8+
tzinfo (~> 1.1)
9+
zeitwerk (~> 2.2, >= 2.2.2)
10+
addressable (2.7.0)
11+
public_suffix (>= 2.0.2, < 5.0)
12+
coffee-script (2.4.1)
13+
coffee-script-source
14+
execjs
15+
coffee-script-source (1.11.1)
616
colorator (1.1.0)
7-
concurrent-ruby (1.0.5)
17+
commonmarker (0.17.13)
18+
ruby-enum (~> 0.5)
19+
concurrent-ruby (1.1.7)
20+
dnsruby (1.61.4)
21+
simpleidn (~> 0.1)
822
em-websocket (0.5.1)
923
eventmachine (>= 0.12.9)
1024
http_parser.rb (~> 0.6.0)
25+
ethon (0.12.0)
26+
ffi (>= 1.3.0)
1127
eventmachine (1.2.7)
12-
ffi (1.9.23)
28+
execjs (2.7.0)
29+
faraday (1.0.1)
30+
multipart-post (>= 1.2, < 3)
31+
ffi (1.13.1)
1332
forwardable-extended (2.6.0)
33+
gemoji (3.0.1)
34+
github-pages (207)
35+
github-pages-health-check (= 1.16.1)
36+
jekyll (= 3.9.0)
37+
jekyll-avatar (= 0.7.0)
38+
jekyll-coffeescript (= 1.1.1)
39+
jekyll-commonmark-ghpages (= 0.1.6)
40+
jekyll-default-layout (= 0.1.4)
41+
jekyll-feed (= 0.13.0)
42+
jekyll-gist (= 1.5.0)
43+
jekyll-github-metadata (= 2.13.0)
44+
jekyll-mentions (= 1.5.1)
45+
jekyll-optional-front-matter (= 0.3.2)
46+
jekyll-paginate (= 1.1.0)
47+
jekyll-readme-index (= 0.3.0)
48+
jekyll-redirect-from (= 0.15.0)
49+
jekyll-relative-links (= 0.6.1)
50+
jekyll-remote-theme (= 0.4.1)
51+
jekyll-sass-converter (= 1.5.2)
52+
jekyll-seo-tag (= 2.6.1)
53+
jekyll-sitemap (= 1.4.0)
54+
jekyll-swiss (= 1.0.0)
55+
jekyll-theme-architect (= 0.1.1)
56+
jekyll-theme-cayman (= 0.1.1)
57+
jekyll-theme-dinky (= 0.1.1)
58+
jekyll-theme-hacker (= 0.1.1)
59+
jekyll-theme-leap-day (= 0.1.1)
60+
jekyll-theme-merlot (= 0.1.1)
61+
jekyll-theme-midnight (= 0.1.1)
62+
jekyll-theme-minimal (= 0.1.1)
63+
jekyll-theme-modernist (= 0.1.1)
64+
jekyll-theme-primer (= 0.5.4)
65+
jekyll-theme-slate (= 0.1.1)
66+
jekyll-theme-tactile (= 0.1.1)
67+
jekyll-theme-time-machine (= 0.1.1)
68+
jekyll-titles-from-headings (= 0.5.3)
69+
jemoji (= 0.11.1)
70+
kramdown (= 2.3.0)
71+
kramdown-parser-gfm (= 1.1.0)
72+
liquid (= 4.0.3)
73+
mercenary (~> 0.3)
74+
minima (= 2.5.1)
75+
nokogiri (>= 1.10.4, < 2.0)
76+
rouge (= 3.19.0)
77+
terminal-table (~> 1.4)
78+
github-pages-health-check (1.16.1)
79+
addressable (~> 2.3)
80+
dnsruby (~> 1.60)
81+
octokit (~> 4.0)
82+
public_suffix (~> 3.0)
83+
typhoeus (~> 1.3)
84+
html-pipeline (2.14.0)
85+
activesupport (>= 2)
86+
nokogiri (>= 1.4)
1487
http_parser.rb (0.6.0)
1588
i18n (0.9.5)
1689
concurrent-ruby (~> 1.0)
17-
jekyll (3.8.2)
90+
jekyll (3.9.0)
1891
addressable (~> 2.4)
1992
colorator (~> 1.0)
2093
em-websocket (~> 0.5)
2194
i18n (~> 0.7)
2295
jekyll-sass-converter (~> 1.0)
2396
jekyll-watch (~> 2.0)
24-
kramdown (~> 1.14)
97+
kramdown (>= 1.17, < 3)
2598
liquid (~> 4.0)
2699
mercenary (~> 0.3.3)
27100
pathutil (~> 0.9)
28101
rouge (>= 1.7, < 4)
29102
safe_yaml (~> 1.0)
103+
jekyll-avatar (0.7.0)
104+
jekyll (>= 3.0, < 5.0)
105+
jekyll-coffeescript (1.1.1)
106+
coffee-script (~> 2.2)
107+
coffee-script-source (~> 1.11.1)
108+
jekyll-commonmark (1.3.1)
109+
commonmarker (~> 0.14)
110+
jekyll (>= 3.7, < 5.0)
111+
jekyll-commonmark-ghpages (0.1.6)
112+
commonmarker (~> 0.17.6)
113+
jekyll-commonmark (~> 1.2)
114+
rouge (>= 2.0, < 4.0)
115+
jekyll-default-layout (0.1.4)
116+
jekyll (~> 3.0)
117+
jekyll-feed (0.13.0)
118+
jekyll (>= 3.7, < 5.0)
119+
jekyll-gist (1.5.0)
120+
octokit (~> 4.2)
121+
jekyll-github-metadata (2.13.0)
122+
jekyll (>= 3.4, < 5.0)
123+
octokit (~> 4.0, != 4.4.0)
124+
jekyll-mentions (1.5.1)
125+
html-pipeline (~> 2.3)
126+
jekyll (>= 3.7, < 5.0)
127+
jekyll-optional-front-matter (0.3.2)
128+
jekyll (>= 3.0, < 5.0)
129+
jekyll-paginate (1.1.0)
130+
jekyll-readme-index (0.3.0)
131+
jekyll (>= 3.0, < 5.0)
132+
jekyll-redirect-from (0.15.0)
133+
jekyll (>= 3.3, < 5.0)
134+
jekyll-relative-links (0.6.1)
135+
jekyll (>= 3.3, < 5.0)
136+
jekyll-remote-theme (0.4.1)
137+
addressable (~> 2.0)
138+
jekyll (>= 3.5, < 5.0)
139+
rubyzip (>= 1.3.0)
30140
jekyll-sass-converter (1.5.2)
31141
sass (~> 3.4)
32-
jekyll-watch (2.0.0)
142+
jekyll-seo-tag (2.6.1)
143+
jekyll (>= 3.3, < 5.0)
144+
jekyll-sitemap (1.4.0)
145+
jekyll (>= 3.7, < 5.0)
146+
jekyll-swiss (1.0.0)
147+
jekyll-theme-architect (0.1.1)
148+
jekyll (~> 3.5)
149+
jekyll-seo-tag (~> 2.0)
150+
jekyll-theme-cayman (0.1.1)
151+
jekyll (~> 3.5)
152+
jekyll-seo-tag (~> 2.0)
153+
jekyll-theme-dinky (0.1.1)
154+
jekyll (~> 3.5)
155+
jekyll-seo-tag (~> 2.0)
156+
jekyll-theme-hacker (0.1.1)
157+
jekyll (~> 3.5)
158+
jekyll-seo-tag (~> 2.0)
159+
jekyll-theme-leap-day (0.1.1)
160+
jekyll (~> 3.5)
161+
jekyll-seo-tag (~> 2.0)
162+
jekyll-theme-merlot (0.1.1)
163+
jekyll (~> 3.5)
164+
jekyll-seo-tag (~> 2.0)
165+
jekyll-theme-midnight (0.1.1)
166+
jekyll (~> 3.5)
167+
jekyll-seo-tag (~> 2.0)
168+
jekyll-theme-minimal (0.1.1)
169+
jekyll (~> 3.5)
170+
jekyll-seo-tag (~> 2.0)
171+
jekyll-theme-modernist (0.1.1)
172+
jekyll (~> 3.5)
173+
jekyll-seo-tag (~> 2.0)
174+
jekyll-theme-primer (0.5.4)
175+
jekyll (> 3.5, < 5.0)
176+
jekyll-github-metadata (~> 2.9)
177+
jekyll-seo-tag (~> 2.0)
178+
jekyll-theme-slate (0.1.1)
179+
jekyll (~> 3.5)
180+
jekyll-seo-tag (~> 2.0)
181+
jekyll-theme-tactile (0.1.1)
182+
jekyll (~> 3.5)
183+
jekyll-seo-tag (~> 2.0)
184+
jekyll-theme-time-machine (0.1.1)
185+
jekyll (~> 3.5)
186+
jekyll-seo-tag (~> 2.0)
187+
jekyll-titles-from-headings (0.5.3)
188+
jekyll (>= 3.3, < 5.0)
189+
jekyll-watch (2.2.1)
33190
listen (~> 3.0)
34-
kramdown (1.16.2)
35-
liquid (4.0.0)
36-
listen (3.1.5)
37-
rb-fsevent (~> 0.9, >= 0.9.4)
38-
rb-inotify (~> 0.9, >= 0.9.7)
39-
ruby_dep (~> 1.2)
191+
jemoji (0.11.1)
192+
gemoji (~> 3.0)
193+
html-pipeline (~> 2.2)
194+
jekyll (>= 3.0, < 5.0)
195+
kramdown (2.3.0)
196+
rexml
197+
kramdown-parser-gfm (1.1.0)
198+
kramdown (~> 2.0)
199+
liquid (4.0.3)
200+
listen (3.2.1)
201+
rb-fsevent (~> 0.10, >= 0.10.3)
202+
rb-inotify (~> 0.9, >= 0.9.10)
40203
mercenary (0.3.6)
41-
pathutil (0.16.1)
204+
mini_portile2 (2.4.0)
205+
minima (2.5.1)
206+
jekyll (>= 3.5, < 5.0)
207+
jekyll-feed (~> 0.9)
208+
jekyll-seo-tag (~> 2.1)
209+
minitest (5.14.1)
210+
multipart-post (2.1.1)
211+
nokogiri (1.10.10)
212+
mini_portile2 (~> 2.4.0)
213+
octokit (4.18.0)
214+
faraday (>= 0.9)
215+
sawyer (~> 0.8.0, >= 0.5.3)
216+
pathutil (0.16.2)
42217
forwardable-extended (~> 2.6)
43-
public_suffix (3.0.2)
44-
rb-fsevent (0.10.3)
45-
rb-inotify (0.9.10)
46-
ffi (>= 0.5.0, < 2)
47-
rouge (3.1.1)
48-
ruby_dep (1.5.0)
49-
safe_yaml (1.0.4)
50-
sass (3.5.6)
218+
public_suffix (3.1.1)
219+
rb-fsevent (0.10.4)
220+
rb-inotify (0.10.1)
221+
ffi (~> 1.0)
222+
rexml (3.2.4)
223+
rouge (3.19.0)
224+
ruby-enum (0.8.0)
225+
i18n
226+
rubyzip (2.3.0)
227+
safe_yaml (1.0.5)
228+
sass (3.7.4)
51229
sass-listen (~> 4.0.0)
52230
sass-listen (4.0.0)
53231
rb-fsevent (~> 0.9, >= 0.9.4)
54232
rb-inotify (~> 0.9, >= 0.9.7)
233+
sawyer (0.8.2)
234+
addressable (>= 2.3.5)
235+
faraday (> 0.8, < 2.0)
236+
simpleidn (0.1.1)
237+
unf (~> 0.1.4)
238+
terminal-table (1.8.0)
239+
unicode-display_width (~> 1.1, >= 1.1.1)
240+
thread_safe (0.3.6)
241+
typhoeus (1.4.0)
242+
ethon (>= 0.9.0)
243+
tzinfo (1.2.7)
244+
thread_safe (~> 0.1)
245+
unf (0.1.4)
246+
unf_ext
247+
unf_ext (0.0.7.7)
248+
unicode-display_width (1.7.0)
249+
zeitwerk (2.4.0)
55250

56251
PLATFORMS
57252
ruby
58253

59254
DEPENDENCIES
60-
jekyll
255+
github-pages
61256

62257
BUNDLED WITH
63-
1.16.2
258+
2.1.4

0 commit comments

Comments
 (0)