Skip to content

Commit 4ae9e6d

Browse files
authored
Merge pull request #58 from rrevi/update-github-pages
update github-pages gem to version 228
2 parents 2e6371b + d070ca6 commit 4ae9e6d

File tree

2 files changed

+54
-45
lines changed

2 files changed

+54
-45
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source 'https://rubygems.org'
22

3-
gem 'github-pages', '227', group: :jekyll_plugins
3+
gem 'github-pages', '228', group: :jekyll_plugins

Gemfile.lock

+53-44
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,53 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.5.1)
4+
activesupport (7.1.3)
5+
base64
6+
bigdecimal
57
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)
8+
connection_pool (>= 2.2.5)
9+
drb
10+
i18n (>= 1.6, < 2)
11+
minitest (>= 5.1)
12+
mutex_m
13+
tzinfo (~> 2.0)
14+
addressable (2.8.6)
15+
public_suffix (>= 2.0.2, < 6.0)
16+
base64 (0.2.0)
17+
bigdecimal (3.1.6)
1218
coffee-script (2.4.1)
1319
coffee-script-source
1420
execjs
1521
coffee-script-source (1.11.1)
1622
colorator (1.1.0)
17-
commonmarker (0.23.6)
18-
concurrent-ruby (1.1.10)
19-
dnsruby (1.61.9)
20-
simpleidn (~> 0.1)
23+
commonmarker (0.23.10)
24+
concurrent-ruby (1.2.3)
25+
connection_pool (2.4.1)
26+
dnsruby (1.70.0)
27+
simpleidn (~> 0.2.1)
28+
drb (2.2.0)
29+
ruby2_keywords
2130
em-websocket (0.5.3)
2231
eventmachine (>= 0.12.9)
2332
http_parser.rb (~> 0)
24-
ethon (0.15.0)
33+
ethon (0.16.0)
2534
ffi (>= 1.15.0)
2635
eventmachine (1.2.7)
27-
execjs (2.8.1)
28-
faraday (2.3.0)
29-
faraday-net_http (~> 2.0)
36+
execjs (2.9.1)
37+
faraday (2.8.1)
38+
base64
39+
faraday-net_http (>= 2.0, < 3.1)
3040
ruby2_keywords (>= 0.0.4)
31-
faraday-net_http (2.0.3)
32-
ffi (1.15.5)
41+
faraday-net_http (3.0.2)
42+
ffi (1.16.3)
3343
forwardable-extended (2.6.0)
3444
gemoji (3.0.1)
35-
github-pages (227)
45+
github-pages (228)
3646
github-pages-health-check (= 1.17.9)
37-
jekyll (= 3.9.2)
47+
jekyll (= 3.9.3)
3848
jekyll-avatar (= 0.7.0)
3949
jekyll-coffeescript (= 1.1.1)
40-
jekyll-commonmark-ghpages (= 0.2.0)
50+
jekyll-commonmark-ghpages (= 0.4.0)
4151
jekyll-default-layout (= 0.1.4)
4252
jekyll-feed (= 0.15.1)
4353
jekyll-gist (= 1.5.0)
@@ -71,7 +81,7 @@ GEM
7181
jemoji (= 0.12.0)
7282
kramdown (= 2.3.2)
7383
kramdown-parser-gfm (= 1.1.0)
74-
liquid (= 4.0.3)
84+
liquid (= 4.0.4)
7585
mercenary (~> 0.3)
7686
minima (= 2.5.1)
7787
nokogiri (>= 1.13.6, < 2.0)
@@ -83,17 +93,17 @@ GEM
8393
octokit (~> 4.0)
8494
public_suffix (>= 3.0, < 5.0)
8595
typhoeus (~> 1.3)
86-
html-pipeline (2.14.2)
96+
html-pipeline (2.14.3)
8797
activesupport (>= 2)
8898
nokogiri (>= 1.4)
8999
http_parser.rb (0.8.0)
90-
i18n (0.9.5)
100+
i18n (1.14.1)
91101
concurrent-ruby (~> 1.0)
92-
jekyll (3.9.2)
102+
jekyll (3.9.3)
93103
addressable (~> 2.4)
94104
colorator (~> 1.0)
95105
em-websocket (~> 0.5)
96-
i18n (~> 0.7)
106+
i18n (>= 0.7, < 2)
97107
jekyll-sass-converter (~> 1.0)
98108
jekyll-watch (~> 2.0)
99109
kramdown (>= 1.17, < 3)
@@ -109,11 +119,11 @@ GEM
109119
coffee-script-source (~> 1.11.1)
110120
jekyll-commonmark (1.4.0)
111121
commonmarker (~> 0.22)
112-
jekyll-commonmark-ghpages (0.2.0)
113-
commonmarker (~> 0.23.4)
122+
jekyll-commonmark-ghpages (0.4.0)
123+
commonmarker (~> 0.23.7)
114124
jekyll (~> 3.9.0)
115125
jekyll-commonmark (~> 1.4.0)
116-
rouge (>= 2.0, < 4.0)
126+
rouge (>= 2.0, < 5.0)
117127
jekyll-default-layout (0.1.4)
118128
jekyll (~> 3.0)
119129
jekyll-feed (0.15.1)
@@ -201,31 +211,32 @@ GEM
201211
rexml
202212
kramdown-parser-gfm (1.1.0)
203213
kramdown (~> 2.0)
204-
liquid (4.0.3)
205-
listen (3.7.1)
214+
liquid (4.0.4)
215+
listen (3.8.0)
206216
rb-fsevent (~> 0.10, >= 0.10.3)
207217
rb-inotify (~> 0.9, >= 0.9.10)
208218
mercenary (0.3.6)
209-
mini_portile2 (2.8.0)
219+
mini_portile2 (2.8.5)
210220
minima (2.5.1)
211221
jekyll (>= 3.5, < 5.0)
212222
jekyll-feed (~> 0.9)
213223
jekyll-seo-tag (~> 2.1)
214-
minitest (5.16.2)
215-
nokogiri (1.13.10)
216-
mini_portile2 (~> 2.8.0)
224+
minitest (5.21.2)
225+
mutex_m (0.2.0)
226+
nokogiri (1.15.5)
227+
mini_portile2 (~> 2.8.2)
217228
racc (~> 1.4)
218229
octokit (4.25.1)
219230
faraday (>= 1, < 3)
220231
sawyer (~> 0.9)
221232
pathutil (0.16.2)
222233
forwardable-extended (~> 2.6)
223234
public_suffix (4.0.7)
224-
racc (1.6.1)
225-
rb-fsevent (0.11.1)
235+
racc (1.7.3)
236+
rb-fsevent (0.11.2)
226237
rb-inotify (0.10.1)
227238
ffi (~> 1.0)
228-
rexml (3.2.5)
239+
rexml (3.2.6)
229240
rouge (3.26.0)
230241
ruby2_keywords (0.0.5)
231242
rubyzip (2.3.2)
@@ -242,22 +253,20 @@ GEM
242253
unf (~> 0.1.4)
243254
terminal-table (1.8.0)
244255
unicode-display_width (~> 1.1, >= 1.1.1)
245-
thread_safe (0.3.6)
246-
typhoeus (1.4.0)
256+
typhoeus (1.4.1)
247257
ethon (>= 0.9.0)
248-
tzinfo (1.2.10)
249-
thread_safe (~> 0.1)
258+
tzinfo (2.0.6)
259+
concurrent-ruby (~> 1.0)
250260
unf (0.1.4)
251261
unf_ext
252-
unf_ext (0.0.8.2)
262+
unf_ext (0.0.9.1)
253263
unicode-display_width (1.8.0)
254-
zeitwerk (2.6.0)
255264

256265
PLATFORMS
257266
ruby
258267

259268
DEPENDENCIES
260-
github-pages (= 227)
269+
github-pages (= 228)
261270

262271
BUNDLED WITH
263272
2.1.4

0 commit comments

Comments
 (0)