Skip to content

Commit 71af152

Browse files
Bump github-pages and jekyll-feed in /docs (#978)
Bumps [github-pages](https://github.com/github/pages-gem) and [jekyll-feed](https://github.com/jekyll/jekyll-feed). These dependencies needed to be updated together. Updates `github-pages` from 228 to 231 - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](github/pages-gem@v228...v231) Updates `jekyll-feed` from 0.15.1 to 0.17.0 - [Release notes](https://github.com/jekyll/jekyll-feed/releases) - [Changelog](https://github.com/jekyll/jekyll-feed/blob/master/History.markdown) - [Commits](jekyll/jekyll-feed@v0.15.1...v0.17.0) --- updated-dependencies: - dependency-name: github-pages dependency-type: direct:development update-type: version-update:semver-major - dependency-name: jekyll-feed dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 00f283a commit 71af152

File tree

2 files changed

+69
-57
lines changed

2 files changed

+69
-57
lines changed

docs/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ source "https://rubygems.org"
1313
# gem "github-pages", group: :jekyll_plugins
1414
# If you have any plugins, put them here!
1515
group :jekyll_plugins do
16-
gem "jekyll-feed", "~> 0.12"
16+
gem "jekyll-feed", "~> 0.17"
1717
end
1818

1919
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
@@ -23,4 +23,4 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
2323
gem "tzinfo-data"
2424
end
2525

26-
gem "github-pages", "~> 228", group: :jekyll_plugins
26+
gem "github-pages", "~> 231", group: :jekyll_plugins

docs/Gemfile.lock

Lines changed: 67 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,57 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.0.7.2)
4+
activesupport (7.1.3.3)
5+
base64
6+
bigdecimal
57
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
connection_pool (>= 2.2.5)
9+
drb
610
i18n (>= 1.6, < 2)
711
minitest (>= 5.1)
12+
mutex_m
813
tzinfo (~> 2.0)
9-
addressable (2.8.3)
14+
addressable (2.8.6)
1015
public_suffix (>= 2.0.2, < 6.0)
16+
base64 (0.2.0)
17+
bigdecimal (3.1.8)
1118
coffee-script (2.4.1)
1219
coffee-script-source
1320
execjs
14-
coffee-script-source (1.11.1)
21+
coffee-script-source (1.12.2)
1522
colorator (1.1.0)
1623
commonmarker (0.23.10)
17-
concurrent-ruby (1.2.2)
18-
dnsruby (1.61.9)
19-
simpleidn (~> 0.1)
24+
concurrent-ruby (1.3.1)
25+
connection_pool (2.4.1)
26+
dnsruby (1.72.1)
27+
simpleidn (~> 0.2.1)
28+
drb (2.2.1)
2029
em-websocket (0.5.3)
2130
eventmachine (>= 0.12.9)
2231
http_parser.rb (~> 0)
2332
ethon (0.16.0)
2433
ffi (>= 1.15.0)
2534
eventmachine (1.2.7)
26-
execjs (2.8.1)
27-
faraday (2.7.4)
28-
faraday-net_http (>= 2.0, < 3.1)
29-
ruby2_keywords (>= 0.0.4)
30-
faraday-net_http (3.0.2)
31-
ffi (1.15.5)
35+
execjs (2.9.1)
36+
faraday (2.9.0)
37+
faraday-net_http (>= 2.0, < 3.2)
38+
faraday-net_http (3.1.0)
39+
net-http
40+
ffi (1.17.0)
41+
ffi (1.17.0-x86_64-darwin)
42+
ffi (1.17.0-x86_64-linux-gnu)
3243
forwardable-extended (2.6.0)
33-
gemoji (3.0.1)
34-
github-pages (228)
35-
github-pages-health-check (= 1.17.9)
36-
jekyll (= 3.9.3)
37-
jekyll-avatar (= 0.7.0)
38-
jekyll-coffeescript (= 1.1.1)
44+
gemoji (4.1.0)
45+
github-pages (231)
46+
github-pages-health-check (= 1.18.2)
47+
jekyll (= 3.9.5)
48+
jekyll-avatar (= 0.8.0)
49+
jekyll-coffeescript (= 1.2.2)
3950
jekyll-commonmark-ghpages (= 0.4.0)
40-
jekyll-default-layout (= 0.1.4)
41-
jekyll-feed (= 0.15.1)
51+
jekyll-default-layout (= 0.1.5)
52+
jekyll-feed (= 0.17.0)
4253
jekyll-gist (= 1.5.0)
43-
jekyll-github-metadata (= 2.13.0)
54+
jekyll-github-metadata (= 2.16.1)
4455
jekyll-include-cache (= 0.2.1)
4556
jekyll-mentions (= 1.6.0)
4657
jekyll-optional-front-matter (= 0.3.2)
@@ -67,28 +78,28 @@ GEM
6778
jekyll-theme-tactile (= 0.2.0)
6879
jekyll-theme-time-machine (= 0.2.0)
6980
jekyll-titles-from-headings (= 0.5.3)
70-
jemoji (= 0.12.0)
71-
kramdown (= 2.3.2)
81+
jemoji (= 0.13.0)
82+
kramdown (= 2.4.0)
7283
kramdown-parser-gfm (= 1.1.0)
7384
liquid (= 4.0.4)
7485
mercenary (~> 0.3)
7586
minima (= 2.5.1)
7687
nokogiri (>= 1.13.6, < 2.0)
77-
rouge (= 3.26.0)
88+
rouge (= 3.30.0)
7889
terminal-table (~> 1.4)
79-
github-pages-health-check (1.17.9)
90+
github-pages-health-check (1.18.2)
8091
addressable (~> 2.3)
8192
dnsruby (~> 1.60)
82-
octokit (~> 4.0)
83-
public_suffix (>= 3.0, < 5.0)
93+
octokit (>= 4, < 8)
94+
public_suffix (>= 3.0, < 6.0)
8495
typhoeus (~> 1.3)
8596
html-pipeline (2.14.3)
8697
activesupport (>= 2)
8798
nokogiri (>= 1.4)
8899
http_parser.rb (0.8.0)
89-
i18n (1.14.1)
100+
i18n (1.14.5)
90101
concurrent-ruby (~> 1.0)
91-
jekyll (3.9.3)
102+
jekyll (3.9.5)
92103
addressable (~> 2.4)
93104
colorator (~> 1.0)
94105
em-websocket (~> 0.5)
@@ -101,27 +112,27 @@ GEM
101112
pathutil (~> 0.9)
102113
rouge (>= 1.7, < 4)
103114
safe_yaml (~> 1.0)
104-
jekyll-avatar (0.7.0)
115+
jekyll-avatar (0.8.0)
105116
jekyll (>= 3.0, < 5.0)
106-
jekyll-coffeescript (1.1.1)
117+
jekyll-coffeescript (1.2.2)
107118
coffee-script (~> 2.2)
108-
coffee-script-source (~> 1.11.1)
119+
coffee-script-source (~> 1.12)
109120
jekyll-commonmark (1.4.0)
110121
commonmarker (~> 0.22)
111122
jekyll-commonmark-ghpages (0.4.0)
112123
commonmarker (~> 0.23.7)
113124
jekyll (~> 3.9.0)
114125
jekyll-commonmark (~> 1.4.0)
115126
rouge (>= 2.0, < 5.0)
116-
jekyll-default-layout (0.1.4)
117-
jekyll (~> 3.0)
118-
jekyll-feed (0.15.1)
127+
jekyll-default-layout (0.1.5)
128+
jekyll (>= 3.0, < 5.0)
129+
jekyll-feed (0.17.0)
119130
jekyll (>= 3.7, < 5.0)
120131
jekyll-gist (1.5.0)
121132
octokit (~> 4.2)
122-
jekyll-github-metadata (2.13.0)
133+
jekyll-github-metadata (2.16.1)
123134
jekyll (>= 3.4, < 5.0)
124-
octokit (~> 4.0, != 4.4.0)
135+
octokit (>= 4, < 7, != 4.4.0)
125136
jekyll-include-cache (0.2.1)
126137
jekyll (>= 3.7, < 5.0)
127138
jekyll-mentions (1.6.0)
@@ -192,16 +203,16 @@ GEM
192203
jekyll (>= 3.3, < 5.0)
193204
jekyll-watch (2.2.1)
194205
listen (~> 3.0)
195-
jemoji (0.12.0)
196-
gemoji (~> 3.0)
206+
jemoji (0.13.0)
207+
gemoji (>= 3, < 5)
197208
html-pipeline (~> 2.2)
198209
jekyll (>= 3.0, < 5.0)
199-
kramdown (2.3.2)
210+
kramdown (2.4.0)
200211
rexml
201212
kramdown-parser-gfm (1.1.0)
202213
kramdown (~> 2.0)
203214
liquid (4.0.4)
204-
listen (3.8.0)
215+
listen (3.9.0)
205216
rb-fsevent (~> 0.10, >= 0.10.3)
206217
rb-inotify (~> 0.9, >= 0.9.10)
207218
mercenary (0.3.6)
@@ -210,7 +221,10 @@ GEM
210221
jekyll (>= 3.5, < 5.0)
211222
jekyll-feed (~> 0.9)
212223
jekyll-seo-tag (~> 2.1)
213-
minitest (5.19.0)
224+
minitest (5.23.1)
225+
mutex_m (0.2.0)
226+
net-http (0.4.1)
227+
uri
214228
nokogiri (1.16.5)
215229
mini_portile2 (~> 2.8.2)
216230
racc (~> 1.4)
@@ -223,14 +237,14 @@ GEM
223237
sawyer (~> 0.9)
224238
pathutil (0.16.2)
225239
forwardable-extended (~> 2.6)
226-
public_suffix (4.0.7)
240+
public_suffix (5.0.5)
227241
racc (1.8.0)
228242
rb-fsevent (0.11.2)
229-
rb-inotify (0.10.1)
243+
rb-inotify (0.11.1)
230244
ffi (~> 1.0)
231-
rexml (3.2.5)
232-
rouge (3.26.0)
233-
ruby2_keywords (0.0.5)
245+
rexml (3.2.8)
246+
strscan (>= 3.0.9)
247+
rouge (3.30.0)
234248
rubyzip (2.3.2)
235249
safe_yaml (1.0.5)
236250
sass (3.7.4)
@@ -241,18 +255,16 @@ GEM
241255
sawyer (0.9.2)
242256
addressable (>= 2.3.5)
243257
faraday (>= 0.17.3, < 3)
244-
simpleidn (0.2.1)
245-
unf (~> 0.1.4)
258+
simpleidn (0.2.3)
259+
strscan (3.1.0)
246260
terminal-table (1.8.0)
247261
unicode-display_width (~> 1.1, >= 1.1.1)
248-
typhoeus (1.4.0)
262+
typhoeus (1.4.1)
249263
ethon (>= 0.9.0)
250264
tzinfo (2.0.6)
251265
concurrent-ruby (~> 1.0)
252-
unf (0.1.4)
253-
unf_ext
254-
unf_ext (0.0.8.2)
255266
unicode-display_width (1.8.0)
267+
uri (0.13.0)
256268

257269
PLATFORMS
258270
ruby
@@ -262,8 +274,8 @@ PLATFORMS
262274
x86_64-linux
263275

264276
DEPENDENCIES
265-
github-pages (~> 228)
266-
jekyll-feed (~> 0.12)
277+
github-pages (~> 231)
278+
jekyll-feed (~> 0.17)
267279
tzinfo (~> 1.2)
268280
tzinfo-data
269281

0 commit comments

Comments
 (0)