Skip to content

Commit f677970

Browse files
committed
update github pages version explicitly
1 parent 4ecee03 commit f677970

File tree

2 files changed

+57
-80
lines changed

2 files changed

+57
-80
lines changed

docs/Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ source "https://rubygems.org"
1111
# gem "jekyll", "~> 3.9.0"
1212

1313
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14-
gem "minima", "~> 2.0"
14+
gem "minima", "~> 2.5.1"
1515

1616
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1717
# uncomment the line below. To upgrade, run `bundle update github-pages`.
18-
gem "github-pages", "~> 223", group: :jekyll_plugins
18+
gem "github-pages", "~> 228", group: :jekyll_plugins
1919

2020
# If you have any plugins, put them here!
2121
group :jekyll_plugins do
22-
gem "jekyll-feed", "~> 0.6"
22+
gem "jekyll-feed", "~> 0.15.1"
2323
end
2424

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

docs/Gemfile.lock

Lines changed: 54 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -7,57 +7,37 @@ GEM
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)
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.17.13)
18-
ruby-enum (~> 0.5)
19-
concurrent-ruby (1.2.0)
20-
dnsruby (1.61.9)
21-
simpleidn (~> 0.1)
17+
commonmarker (0.23.10)
18+
concurrent-ruby (1.2.2)
19+
dnsruby (1.70.0)
20+
simpleidn (~> 0.2.1)
2221
em-websocket (0.5.3)
2322
eventmachine (>= 0.12.9)
2423
http_parser.rb (~> 0)
25-
ethon (0.15.0)
24+
ethon (0.16.0)
2625
ffi (>= 1.15.0)
2726
eventmachine (1.2.7)
2827
execjs (2.8.1)
29-
faraday (1.9.3)
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)
28+
faraday (2.7.10)
29+
faraday-net_http (>= 2.0, < 3.1)
4030
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)
31+
faraday-net_http (3.0.2)
5232
ffi (1.15.5)
5333
forwardable-extended (2.6.0)
5434
gemoji (3.0.1)
55-
github-pages (223)
35+
github-pages (228)
5636
github-pages-health-check (= 1.17.9)
57-
jekyll (= 3.9.0)
37+
jekyll (= 3.9.3)
5838
jekyll-avatar (= 0.7.0)
5939
jekyll-coffeescript (= 1.1.1)
60-
jekyll-commonmark-ghpages (= 0.1.6)
40+
jekyll-commonmark-ghpages (= 0.4.0)
6141
jekyll-default-layout (= 0.1.4)
6242
jekyll-feed (= 0.15.1)
6343
jekyll-gist (= 1.5.0)
@@ -71,7 +51,7 @@ GEM
7151
jekyll-relative-links (= 0.6.1)
7252
jekyll-remote-theme (= 0.4.3)
7353
jekyll-sass-converter (= 1.5.2)
74-
jekyll-seo-tag (= 2.7.1)
54+
jekyll-seo-tag (= 2.8.0)
7555
jekyll-sitemap (= 1.4.0)
7656
jekyll-swiss (= 1.0.0)
7757
jekyll-theme-architect (= 0.2.0)
@@ -89,12 +69,12 @@ GEM
8969
jekyll-theme-time-machine (= 0.2.0)
9070
jekyll-titles-from-headings (= 0.5.3)
9171
jemoji (= 0.12.0)
92-
kramdown (= 2.3.1)
72+
kramdown (= 2.3.2)
9373
kramdown-parser-gfm (= 1.1.0)
94-
liquid (= 4.0.3)
74+
liquid (= 4.0.4)
9575
mercenary (~> 0.3)
9676
minima (= 2.5.1)
97-
nokogiri (>= 1.12.5, < 2.0)
77+
nokogiri (>= 1.13.6, < 2.0)
9878
rouge (= 3.26.0)
9979
terminal-table (~> 1.4)
10080
github-pages-health-check (1.17.9)
@@ -103,17 +83,17 @@ GEM
10383
octokit (~> 4.0)
10484
public_suffix (>= 3.0, < 5.0)
10585
typhoeus (~> 1.3)
106-
html-pipeline (2.14.0)
86+
html-pipeline (2.14.3)
10787
activesupport (>= 2)
10888
nokogiri (>= 1.4)
10989
http_parser.rb (0.8.0)
110-
i18n (0.9.5)
90+
i18n (1.14.1)
11191
concurrent-ruby (~> 1.0)
112-
jekyll (3.9.0)
92+
jekyll (3.9.3)
11393
addressable (~> 2.4)
11494
colorator (~> 1.0)
11595
em-websocket (~> 0.5)
116-
i18n (~> 0.7)
96+
i18n (>= 0.7, < 2)
11797
jekyll-sass-converter (~> 1.0)
11898
jekyll-watch (~> 2.0)
11999
kramdown (>= 1.17, < 3)
@@ -127,13 +107,13 @@ GEM
127107
jekyll-coffeescript (1.1.1)
128108
coffee-script (~> 2.2)
129109
coffee-script-source (~> 1.11.1)
130-
jekyll-commonmark (1.3.1)
131-
commonmarker (~> 0.14)
132-
jekyll (>= 3.7, < 5.0)
133-
jekyll-commonmark-ghpages (0.1.6)
134-
commonmarker (~> 0.17.6)
135-
jekyll-commonmark (~> 1.2)
136-
rouge (>= 2.0, < 4.0)
110+
jekyll-commonmark (1.4.0)
111+
commonmarker (~> 0.22)
112+
jekyll-commonmark-ghpages (0.4.0)
113+
commonmarker (~> 0.23.7)
114+
jekyll (~> 3.9.0)
115+
jekyll-commonmark (~> 1.4.0)
116+
rouge (>= 2.0, < 5.0)
137117
jekyll-default-layout (0.1.4)
138118
jekyll (~> 3.0)
139119
jekyll-feed (0.15.1)
@@ -164,7 +144,7 @@ GEM
164144
rubyzip (>= 1.3.0, < 3.0)
165145
jekyll-sass-converter (1.5.2)
166146
sass (~> 3.4)
167-
jekyll-seo-tag (2.7.1)
147+
jekyll-seo-tag (2.8.0)
168148
jekyll (>= 3.8, < 5.0)
169149
jekyll-sitemap (1.4.0)
170150
jekyll (>= 3.7, < 5.0)
@@ -217,41 +197,38 @@ GEM
217197
gemoji (~> 3.0)
218198
html-pipeline (~> 2.2)
219199
jekyll (>= 3.0, < 5.0)
220-
kramdown (2.3.1)
200+
kramdown (2.3.2)
221201
rexml
222202
kramdown-parser-gfm (1.1.0)
223203
kramdown (~> 2.0)
224-
liquid (4.0.3)
225-
listen (3.7.1)
204+
liquid (4.0.4)
205+
listen (3.8.0)
226206
rb-fsevent (~> 0.10, >= 0.10.3)
227207
rb-inotify (~> 0.9, >= 0.9.10)
228208
mercenary (0.3.6)
229-
mini_portile2 (2.8.1)
209+
mini_portile2 (2.8.4)
230210
minima (2.5.1)
231211
jekyll (>= 3.5, < 5.0)
232212
jekyll-feed (~> 0.9)
233213
jekyll-seo-tag (~> 2.1)
234-
minitest (5.17.0)
235-
multipart-post (2.1.1)
236-
nokogiri (1.14.3)
237-
mini_portile2 (~> 2.8.0)
214+
minitest (5.19.0)
215+
nokogiri (1.15.4)
216+
mini_portile2 (~> 2.8.2)
238217
racc (~> 1.4)
239-
nokogiri (1.14.3-x86_64-linux)
218+
nokogiri (1.15.4-x86_64-linux)
240219
racc (~> 1.4)
241-
octokit (4.22.0)
242-
faraday (>= 0.9)
243-
sawyer (~> 0.8.0, >= 0.5.3)
220+
octokit (4.25.1)
221+
faraday (>= 1, < 3)
222+
sawyer (~> 0.9)
244223
pathutil (0.16.2)
245224
forwardable-extended (~> 2.6)
246-
public_suffix (4.0.6)
247-
racc (1.6.2)
248-
rb-fsevent (0.11.0)
225+
public_suffix (4.0.7)
226+
racc (1.7.1)
227+
rb-fsevent (0.11.2)
249228
rb-inotify (0.10.1)
250229
ffi (~> 1.0)
251-
rexml (3.2.5)
230+
rexml (3.2.6)
252231
rouge (3.26.0)
253-
ruby-enum (0.9.0)
254-
i18n
255232
ruby2_keywords (0.0.5)
256233
rubyzip (2.3.2)
257234
safe_yaml (1.0.5)
@@ -260,39 +237,39 @@ GEM
260237
sass-listen (4.0.0)
261238
rb-fsevent (~> 0.9, >= 0.9.4)
262239
rb-inotify (~> 0.9, >= 0.9.7)
263-
sawyer (0.8.2)
240+
sawyer (0.9.2)
264241
addressable (>= 2.3.5)
265-
faraday (> 0.8, < 2.0)
242+
faraday (>= 0.17.3, < 3)
266243
simpleidn (0.2.1)
267244
unf (~> 0.1.4)
268245
terminal-table (1.8.0)
269246
unicode-display_width (~> 1.1, >= 1.1.1)
270247
thread_safe (0.3.6)
271248
typhoeus (1.4.0)
272249
ethon (>= 0.9.0)
273-
tzinfo (1.2.10)
250+
tzinfo (1.2.11)
274251
thread_safe (~> 0.1)
275-
tzinfo-data (1.2020.4)
252+
tzinfo-data (1.2023.3)
276253
tzinfo (>= 1.0.0)
277254
unf (0.1.4)
278255
unf_ext
279-
unf_ext (0.0.8)
256+
unf_ext (0.0.8.2)
280257
unicode-display_width (1.8.0)
281258
wdm (0.1.1)
282-
zeitwerk (2.6.6)
259+
zeitwerk (2.6.11)
283260

284261
PLATFORMS
285262
ruby
286263
x86_64-linux
287264

288265
DEPENDENCIES
289-
github-pages (~> 223)
290-
jekyll-feed (~> 0.6)
266+
github-pages (~> 228)
267+
jekyll-feed (~> 0.15.1)
291268
kramdown-parser-gfm
292-
minima (~> 2.0)
269+
minima (~> 2.5.1)
293270
tzinfo (~> 1.2)
294271
tzinfo-data
295272
wdm (~> 0.1.0)
296273

297274
BUNDLED WITH
298-
2.3.5
275+
2.3.15

0 commit comments

Comments
 (0)