Skip to content

Commit d985e90

Browse files
authored
Merge pull request #638 from share/bump-gh-pages-gem
⬆️ Bump GitHub pages gem
2 parents 5285957 + 4e04561 commit d985e90

File tree

2 files changed

+49
-67
lines changed

2 files changed

+49
-67
lines changed

docs/Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ source "https://rubygems.org"
1111

1212
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1313
# uncomment the line below. To upgrade, run `bundle update github-pages`.
14-
gem "github-pages", "~> 225", group: :jekyll_plugins
14+
gem "github-pages", "~> 228", group: :jekyll_plugins
1515

1616
# If you have any plugins, put them here!
1717
group :jekyll_plugins do
18-
gem "jekyll-feed", "~> 0.6"
18+
gem "jekyll-feed", "~> 0.15"
1919
end
2020

2121
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem

docs/Gemfile.lock

+47-65
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,45 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.4.7)
4+
activesupport (6.0.6.1)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
99
zeitwerk (~> 2.2, >= 2.2.2)
10-
addressable (2.8.0)
11-
public_suffix (>= 2.0.2, < 5.0)
10+
addressable (2.8.5)
11+
public_suffix (>= 2.0.2, < 6.0)
12+
base64 (0.2.0)
1213
coffee-script (2.4.1)
1314
coffee-script-source
1415
execjs
1516
coffee-script-source (1.11.1)
1617
colorator (1.1.0)
1718
commonmarker (0.23.10)
18-
concurrent-ruby (1.1.9)
19-
dnsruby (1.61.9)
20-
simpleidn (~> 0.1)
19+
concurrent-ruby (1.2.2)
20+
dnsruby (1.70.0)
21+
simpleidn (~> 0.2.1)
2122
em-websocket (0.5.3)
2223
eventmachine (>= 0.12.9)
2324
http_parser.rb (~> 0)
24-
ethon (0.15.0)
25+
ethon (0.16.0)
2526
ffi (>= 1.15.0)
2627
eventmachine (1.2.7)
27-
execjs (2.8.1)
28-
faraday (1.10.0)
29-
faraday-em_http (~> 1.0)
30-
faraday-em_synchrony (~> 1.0)
31-
faraday-excon (~> 1.1)
32-
faraday-httpclient (~> 1.0)
33-
faraday-multipart (~> 1.0)
34-
faraday-net_http (~> 1.0)
35-
faraday-net_http_persistent (~> 1.0)
36-
faraday-patron (~> 1.0)
37-
faraday-rack (~> 1.0)
38-
faraday-retry (~> 1.0)
28+
execjs (2.9.1)
29+
faraday (2.7.12)
30+
base64
31+
faraday-net_http (>= 2.0, < 3.1)
3932
ruby2_keywords (>= 0.0.4)
40-
faraday-em_http (1.0.0)
41-
faraday-em_synchrony (1.0.0)
42-
faraday-excon (1.1.0)
43-
faraday-httpclient (1.0.1)
44-
faraday-multipart (1.0.3)
45-
multipart-post (>= 1.2, < 3)
46-
faraday-net_http (1.0.1)
47-
faraday-net_http_persistent (1.2.0)
48-
faraday-patron (1.0.0)
49-
faraday-rack (1.0.0)
50-
faraday-retry (1.0.3)
51-
ffi (1.15.5)
33+
faraday-net_http (3.0.2)
34+
ffi (1.16.3)
5235
forwardable-extended (2.6.0)
5336
gemoji (3.0.1)
54-
github-pages (225)
37+
github-pages (228)
5538
github-pages-health-check (= 1.17.9)
56-
jekyll (= 3.9.0)
39+
jekyll (= 3.9.3)
5740
jekyll-avatar (= 0.7.0)
5841
jekyll-coffeescript (= 1.1.1)
59-
jekyll-commonmark-ghpages (= 0.2.0)
42+
jekyll-commonmark-ghpages (= 0.4.0)
6043
jekyll-default-layout (= 0.1.4)
6144
jekyll-feed (= 0.15.1)
6245
jekyll-gist (= 1.5.0)
@@ -88,12 +71,12 @@ GEM
8871
jekyll-theme-time-machine (= 0.2.0)
8972
jekyll-titles-from-headings (= 0.5.3)
9073
jemoji (= 0.12.0)
91-
kramdown (= 2.3.1)
74+
kramdown (= 2.3.2)
9275
kramdown-parser-gfm (= 1.1.0)
93-
liquid (= 4.0.3)
76+
liquid (= 4.0.4)
9477
mercenary (~> 0.3)
9578
minima (= 2.5.1)
96-
nokogiri (>= 1.12.5, < 2.0)
79+
nokogiri (>= 1.13.6, < 2.0)
9780
rouge (= 3.26.0)
9881
terminal-table (~> 1.4)
9982
github-pages-health-check (1.17.9)
@@ -102,17 +85,17 @@ GEM
10285
octokit (~> 4.0)
10386
public_suffix (>= 3.0, < 5.0)
10487
typhoeus (~> 1.3)
105-
html-pipeline (2.14.0)
88+
html-pipeline (2.14.3)
10689
activesupport (>= 2)
10790
nokogiri (>= 1.4)
10891
http_parser.rb (0.8.0)
109-
i18n (0.9.5)
92+
i18n (1.14.1)
11093
concurrent-ruby (~> 1.0)
111-
jekyll (3.9.0)
94+
jekyll (3.9.3)
11295
addressable (~> 2.4)
11396
colorator (~> 1.0)
11497
em-websocket (~> 0.5)
115-
i18n (~> 0.7)
98+
i18n (>= 0.7, < 2)
11699
jekyll-sass-converter (~> 1.0)
117100
jekyll-watch (~> 2.0)
118101
kramdown (>= 1.17, < 3)
@@ -128,11 +111,11 @@ GEM
128111
coffee-script-source (~> 1.11.1)
129112
jekyll-commonmark (1.4.0)
130113
commonmarker (~> 0.22)
131-
jekyll-commonmark-ghpages (0.2.0)
132-
commonmarker (~> 0.23.4)
114+
jekyll-commonmark-ghpages (0.4.0)
115+
commonmarker (~> 0.23.7)
133116
jekyll (~> 3.9.0)
134117
jekyll-commonmark (~> 1.4.0)
135-
rouge (>= 2.0, < 4.0)
118+
rouge (>= 2.0, < 5.0)
136119
jekyll-default-layout (0.1.4)
137120
jekyll (~> 3.0)
138121
jekyll-feed (0.15.1)
@@ -216,12 +199,12 @@ GEM
216199
gemoji (~> 3.0)
217200
html-pipeline (~> 2.2)
218201
jekyll (>= 3.0, < 5.0)
219-
kramdown (2.3.1)
202+
kramdown (2.3.2)
220203
rexml
221204
kramdown-parser-gfm (1.1.0)
222205
kramdown (~> 2.0)
223-
liquid (4.0.3)
224-
listen (3.7.1)
206+
liquid (4.0.4)
207+
listen (3.8.0)
225208
rb-fsevent (~> 0.10, >= 0.10.3)
226209
rb-inotify (~> 0.9, >= 0.9.10)
227210
mercenary (0.3.6)
@@ -230,22 +213,21 @@ GEM
230213
jekyll (>= 3.5, < 5.0)
231214
jekyll-feed (~> 0.9)
232215
jekyll-seo-tag (~> 2.1)
233-
minitest (5.15.0)
234-
multipart-post (2.1.1)
216+
minitest (5.20.0)
235217
nokogiri (1.15.5)
236218
mini_portile2 (~> 2.8.2)
237219
racc (~> 1.4)
238-
octokit (4.22.0)
239-
faraday (>= 0.9)
240-
sawyer (~> 0.8.0, >= 0.5.3)
220+
octokit (4.25.1)
221+
faraday (>= 1, < 3)
222+
sawyer (~> 0.9)
241223
pathutil (0.16.2)
242224
forwardable-extended (~> 2.6)
243-
public_suffix (4.0.6)
225+
public_suffix (4.0.7)
244226
racc (1.7.3)
245-
rb-fsevent (0.11.1)
227+
rb-fsevent (0.11.2)
246228
rb-inotify (0.10.1)
247229
ffi (~> 1.0)
248-
rexml (3.2.5)
230+
rexml (3.2.6)
249231
rouge (3.26.0)
250232
ruby2_keywords (0.0.5)
251233
rubyzip (2.3.2)
@@ -255,34 +237,34 @@ GEM
255237
sass-listen (4.0.0)
256238
rb-fsevent (~> 0.9, >= 0.9.4)
257239
rb-inotify (~> 0.9, >= 0.9.7)
258-
sawyer (0.8.2)
240+
sawyer (0.9.2)
259241
addressable (>= 2.3.5)
260-
faraday (> 0.8, < 2.0)
242+
faraday (>= 0.17.3, < 3)
261243
simpleidn (0.2.1)
262244
unf (~> 0.1.4)
263245
terminal-table (1.8.0)
264246
unicode-display_width (~> 1.1, >= 1.1.1)
265247
thread_safe (0.3.6)
266-
typhoeus (1.4.0)
248+
typhoeus (1.4.1)
267249
ethon (>= 0.9.0)
268-
tzinfo (1.2.10)
250+
tzinfo (1.2.11)
269251
thread_safe (~> 0.1)
270-
tzinfo-data (1.2021.1)
252+
tzinfo-data (1.2023.3)
271253
tzinfo (>= 1.0.0)
272254
unf (0.1.4)
273255
unf_ext
274-
unf_ext (0.0.8)
256+
unf_ext (0.0.9.1)
275257
unicode-display_width (1.8.0)
276258
wdm (0.1.1)
277-
webrick (1.7.0)
278-
zeitwerk (2.5.4)
259+
webrick (1.8.1)
260+
zeitwerk (2.6.12)
279261

280262
PLATFORMS
281263
ruby
282264

283265
DEPENDENCIES
284-
github-pages (~> 225)
285-
jekyll-feed (~> 0.6)
266+
github-pages (~> 228)
267+
jekyll-feed (~> 0.15)
286268
kramdown-parser-gfm
287269
tzinfo (~> 1.2)
288270
tzinfo-data

0 commit comments

Comments
 (0)