Skip to content

Commit d3a0960

Browse files
authored
docs security updates (#1099)
1 parent 3e059b1 commit d3a0960

File tree

2 files changed

+43
-62
lines changed

2 files changed

+43
-62
lines changed

docs/Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ gem "kramdown", ">= 2.3.1"
1818
# group :jekyll_plugins do
1919
# gem "jekyll-feed", "~> 0.12"
2020
# end
21+
gem "activesupport", ">=6.1.7.2"
2122

2223
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
2324
# and associated library.
2425
platforms :mingw, :x64_mingw, :mswin, :jruby do
25-
gem "tzinfo", "~> 1.2"
26+
gem "tzinfo", "~> 2.0"
2627
gem "tzinfo-data"
2728
end
2829

docs/Gemfile.lock

Lines changed: 41 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,45 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.6.1)
4+
activesupport (6.1.7.2)
55
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.8.0)
11-
public_suffix (>= 2.0.2, < 5.0)
6+
i18n (>= 1.6, < 2)
7+
minitest (>= 5.1)
8+
tzinfo (~> 2.0)
9+
zeitwerk (~> 2.3)
10+
addressable (2.8.1)
11+
public_suffix (>= 2.0.2, < 6.0)
1212
coffee-script (2.4.1)
1313
coffee-script-source
1414
execjs
1515
coffee-script-source (1.11.1)
1616
colorator (1.1.0)
17-
commonmarker (0.23.7)
17+
commonmarker (0.23.8)
1818
concurrent-ruby (1.2.0)
1919
dnsruby (1.61.9)
2020
simpleidn (~> 0.1)
2121
em-websocket (0.5.3)
2222
eventmachine (>= 0.12.9)
2323
http_parser.rb (~> 0)
24-
ethon (0.15.0)
24+
ethon (0.16.0)
2525
ffi (>= 1.15.0)
2626
eventmachine (1.2.7)
2727
eventmachine (1.2.7-x64-mingw32)
2828
execjs (2.8.1)
29-
faraday (1.10.0)
30-
faraday-em_http (~> 1.0)
31-
faraday-em_synchrony (~> 1.0)
32-
faraday-excon (~> 1.1)
33-
faraday-httpclient (~> 1.0)
34-
faraday-multipart (~> 1.0)
35-
faraday-net_http (~> 1.0)
36-
faraday-net_http_persistent (~> 1.0)
37-
faraday-patron (~> 1.0)
38-
faraday-rack (~> 1.0)
39-
faraday-retry (~> 1.0)
29+
faraday (2.7.4)
30+
faraday-net_http (>= 2.0, < 3.1)
4031
ruby2_keywords (>= 0.0.4)
41-
faraday-em_http (1.0.0)
42-
faraday-em_synchrony (1.0.0)
43-
faraday-excon (1.1.0)
44-
faraday-httpclient (1.0.1)
45-
faraday-multipart (1.0.3)
46-
multipart-post (>= 1.2, < 3)
47-
faraday-net_http (1.0.1)
48-
faraday-net_http_persistent (1.2.0)
49-
faraday-patron (1.0.0)
50-
faraday-rack (1.0.0)
51-
faraday-retry (1.0.3)
32+
faraday-net_http (3.0.2)
5233
ffi (1.15.5)
5334
ffi (1.15.5-x64-mingw32)
5435
forwardable-extended (2.6.0)
5536
gemoji (3.0.1)
56-
github-pages (226)
37+
github-pages (228)
5738
github-pages-health-check (= 1.17.9)
58-
jekyll (= 3.9.2)
39+
jekyll (= 3.9.3)
5940
jekyll-avatar (= 0.7.0)
6041
jekyll-coffeescript (= 1.1.1)
61-
jekyll-commonmark-ghpages (= 0.2.0)
42+
jekyll-commonmark-ghpages (= 0.4.0)
6243
jekyll-default-layout (= 0.1.4)
6344
jekyll-feed (= 0.15.1)
6445
jekyll-gist (= 1.5.0)
@@ -92,10 +73,10 @@ GEM
9273
jemoji (= 0.12.0)
9374
kramdown (= 2.3.2)
9475
kramdown-parser-gfm (= 1.1.0)
95-
liquid (= 4.0.3)
76+
liquid (= 4.0.4)
9677
mercenary (~> 0.3)
9778
minima (= 2.5.1)
98-
nokogiri (>= 1.13.4, < 2.0)
79+
nokogiri (>= 1.13.6, < 2.0)
9980
rouge (= 3.26.0)
10081
terminal-table (~> 1.4)
10182
github-pages-health-check (1.17.9)
@@ -104,17 +85,17 @@ GEM
10485
octokit (~> 4.0)
10586
public_suffix (>= 3.0, < 5.0)
10687
typhoeus (~> 1.3)
107-
html-pipeline (2.14.1)
88+
html-pipeline (2.14.3)
10889
activesupport (>= 2)
10990
nokogiri (>= 1.4)
11091
http_parser.rb (0.8.0)
111-
i18n (0.9.5)
92+
i18n (1.12.0)
11293
concurrent-ruby (~> 1.0)
113-
jekyll (3.9.2)
94+
jekyll (3.9.3)
11495
addressable (~> 2.4)
11596
colorator (~> 1.0)
11697
em-websocket (~> 0.5)
117-
i18n (~> 0.7)
98+
i18n (>= 0.7, < 2)
11899
jekyll-sass-converter (~> 1.0)
119100
jekyll-watch (~> 2.0)
120101
kramdown (>= 1.17, < 3)
@@ -130,11 +111,11 @@ GEM
130111
coffee-script-source (~> 1.11.1)
131112
jekyll-commonmark (1.4.0)
132113
commonmarker (~> 0.22)
133-
jekyll-commonmark-ghpages (0.2.0)
134-
commonmarker (~> 0.23.4)
114+
jekyll-commonmark-ghpages (0.4.0)
115+
commonmarker (~> 0.23.7)
135116
jekyll (~> 3.9.0)
136117
jekyll-commonmark (~> 1.4.0)
137-
rouge (>= 2.0, < 4.0)
118+
rouge (>= 2.0, < 5.0)
138119
jekyll-default-layout (0.1.4)
139120
jekyll (~> 3.0)
140121
jekyll-feed (0.15.1)
@@ -222,31 +203,30 @@ GEM
222203
rexml
223204
kramdown-parser-gfm (1.1.0)
224205
kramdown (~> 2.0)
225-
liquid (4.0.3)
226-
listen (3.7.1)
206+
liquid (4.0.4)
207+
listen (3.8.0)
227208
rb-fsevent (~> 0.10, >= 0.10.3)
228209
rb-inotify (~> 0.9, >= 0.9.10)
229210
mercenary (0.3.6)
230-
mini_portile2 (2.8.0)
211+
mini_portile2 (2.8.1)
231212
minima (2.5.1)
232213
jekyll (>= 3.5, < 5.0)
233214
jekyll-feed (~> 0.9)
234215
jekyll-seo-tag (~> 2.1)
235216
minitest (5.17.0)
236-
multipart-post (2.1.1)
237217
nokogiri (1.13.10)
238218
mini_portile2 (~> 2.8.0)
239219
racc (~> 1.4)
240220
nokogiri (1.13.10-x64-mingw32)
241221
racc (~> 1.4)
242-
octokit (4.22.0)
243-
faraday (>= 0.9)
244-
sawyer (~> 0.8.0, >= 0.5.3)
222+
octokit (4.25.1)
223+
faraday (>= 1, < 3)
224+
sawyer (~> 0.9)
245225
pathutil (0.16.2)
246226
forwardable-extended (~> 2.6)
247227
public_suffix (4.0.7)
248-
racc (1.6.1)
249-
rb-fsevent (0.11.1)
228+
racc (1.6.2)
229+
rb-fsevent (0.11.2)
250230
rb-inotify (0.10.1)
251231
ffi (~> 1.0)
252232
rexml (3.2.5)
@@ -259,37 +239,37 @@ GEM
259239
sass-listen (4.0.0)
260240
rb-fsevent (~> 0.9, >= 0.9.4)
261241
rb-inotify (~> 0.9, >= 0.9.7)
262-
sawyer (0.8.2)
242+
sawyer (0.9.2)
263243
addressable (>= 2.3.5)
264-
faraday (> 0.8, < 2.0)
244+
faraday (>= 0.17.3, < 3)
265245
simpleidn (0.2.1)
266246
unf (~> 0.1.4)
267247
terminal-table (1.8.0)
268248
unicode-display_width (~> 1.1, >= 1.1.1)
269-
thread_safe (0.3.6)
270249
typhoeus (1.4.0)
271250
ethon (>= 0.9.0)
272-
tzinfo (1.2.10)
273-
thread_safe (~> 0.1)
251+
tzinfo (2.0.6)
252+
concurrent-ruby (~> 1.0)
274253
tzinfo-data (1.2021.5)
275254
tzinfo (>= 1.0.0)
276255
unf (0.1.4)
277256
unf_ext
278-
unf_ext (0.0.8.1)
279-
unf_ext (0.0.8.1-x64-mingw32)
257+
unf_ext (0.0.8.2)
258+
unf_ext (0.0.8.2-x64-mingw32)
280259
unicode-display_width (1.8.0)
281260
wdm (0.1.1)
282261
webrick (1.7.0)
283-
zeitwerk (2.6.6)
262+
zeitwerk (2.6.7)
284263

285264
PLATFORMS
286265
ruby
287266
x64-mingw32
288267

289268
DEPENDENCIES
269+
activesupport (>= 6.1.7.2)
290270
github-pages
291271
kramdown (>= 2.3.1)
292-
tzinfo (~> 1.2)
272+
tzinfo (~> 2.0)
293273
tzinfo-data
294274
wdm (~> 0.1.1)
295275
webrick

0 commit comments

Comments
 (0)