Skip to content

Commit df711ab

Browse files
Bump github-pages, jekyll-feed and kramdown
Bumps [github-pages](https://github.com/github/pages-gem), [jekyll-feed](https://github.com/jekyll/jekyll-feed) and [kramdown](https://github.com/gettalong/kramdown). 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) Updates `kramdown` from 2.3.2 to 2.4.0 - [Release notes](https://github.com/gettalong/kramdown/releases) - [Changelog](https://github.com/gettalong/kramdown/blob/master/doc/news.page) - [Commits](https://github.com/gettalong/kramdown/commits) --- 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 - dependency-name: kramdown dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d5f2dd commit df711ab

2 files changed

Lines changed: 62 additions & 47 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gem "minima", "~> 2.5"
1515
gem "github-pages", group: :jekyll_plugins
1616
# If you have any plugins, put them here!
1717
group :jekyll_plugins do
18-
gem "jekyll-feed", "~> 0.12"
18+
gem "jekyll-feed", "~> 0.17"
1919
end
2020

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

Gemfile.lock

Lines changed: 61 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,56 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.0.8)
4+
activesupport (7.1.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.5)
14+
addressable (2.8.6)
1015
public_suffix (>= 2.0.2, < 6.0)
11-
base64 (0.1.1)
16+
base64 (0.2.0)
17+
bigdecimal (3.1.6)
1218
coffee-script (2.4.1)
1319
coffee-script-source
1420
execjs
15-
coffee-script-source (1.11.1)
21+
coffee-script-source (1.12.2)
1622
colorator (1.1.0)
1723
commonmarker (0.23.10)
18-
concurrent-ruby (1.2.2)
24+
concurrent-ruby (1.2.3)
25+
connection_pool (2.4.1)
1926
dnsruby (1.70.0)
2027
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)
2433
ethon (0.16.0)
2534
ffi (>= 1.15.0)
2635
eventmachine (1.2.7)
2736
execjs (2.9.1)
28-
faraday (2.7.11)
29-
base64
30-
faraday-net_http (>= 2.0, < 3.1)
31-
ruby2_keywords (>= 0.0.4)
32-
faraday-net_http (3.0.2)
37+
faraday (2.9.0)
38+
faraday-net_http (>= 2.0, < 3.2)
39+
faraday-net_http (3.1.0)
40+
net-http
3341
ffi (1.16.3)
3442
forwardable-extended (2.6.0)
35-
gemoji (3.0.1)
36-
github-pages (228)
37-
github-pages-health-check (= 1.17.9)
38-
jekyll (= 3.9.3)
39-
jekyll-avatar (= 0.7.0)
40-
jekyll-coffeescript (= 1.1.1)
43+
gemoji (4.1.0)
44+
github-pages (231)
45+
github-pages-health-check (= 1.18.2)
46+
jekyll (= 3.9.5)
47+
jekyll-avatar (= 0.8.0)
48+
jekyll-coffeescript (= 1.2.2)
4149
jekyll-commonmark-ghpages (= 0.4.0)
42-
jekyll-default-layout (= 0.1.4)
43-
jekyll-feed (= 0.15.1)
50+
jekyll-default-layout (= 0.1.5)
51+
jekyll-feed (= 0.17.0)
4452
jekyll-gist (= 1.5.0)
45-
jekyll-github-metadata (= 2.13.0)
53+
jekyll-github-metadata (= 2.16.1)
4654
jekyll-include-cache (= 0.2.1)
4755
jekyll-mentions (= 1.6.0)
4856
jekyll-optional-front-matter (= 0.3.2)
@@ -69,28 +77,28 @@ GEM
6977
jekyll-theme-tactile (= 0.2.0)
7078
jekyll-theme-time-machine (= 0.2.0)
7179
jekyll-titles-from-headings (= 0.5.3)
72-
jemoji (= 0.12.0)
73-
kramdown (= 2.3.2)
80+
jemoji (= 0.13.0)
81+
kramdown (= 2.4.0)
7482
kramdown-parser-gfm (= 1.1.0)
7583
liquid (= 4.0.4)
7684
mercenary (~> 0.3)
7785
minima (= 2.5.1)
7886
nokogiri (>= 1.13.6, < 2.0)
79-
rouge (= 3.26.0)
87+
rouge (= 3.30.0)
8088
terminal-table (~> 1.4)
81-
github-pages-health-check (1.17.9)
89+
github-pages-health-check (1.18.2)
8290
addressable (~> 2.3)
8391
dnsruby (~> 1.60)
84-
octokit (~> 4.0)
85-
public_suffix (>= 3.0, < 5.0)
92+
octokit (>= 4, < 8)
93+
public_suffix (>= 3.0, < 6.0)
8694
typhoeus (~> 1.3)
8795
html-pipeline (2.14.3)
8896
activesupport (>= 2)
8997
nokogiri (>= 1.4)
9098
http_parser.rb (0.8.0)
9199
i18n (1.14.1)
92100
concurrent-ruby (~> 1.0)
93-
jekyll (3.9.3)
101+
jekyll (3.9.5)
94102
addressable (~> 2.4)
95103
colorator (~> 1.0)
96104
em-websocket (~> 0.5)
@@ -103,27 +111,27 @@ GEM
103111
pathutil (~> 0.9)
104112
rouge (>= 1.7, < 4)
105113
safe_yaml (~> 1.0)
106-
jekyll-avatar (0.7.0)
114+
jekyll-avatar (0.8.0)
107115
jekyll (>= 3.0, < 5.0)
108-
jekyll-coffeescript (1.1.1)
116+
jekyll-coffeescript (1.2.2)
109117
coffee-script (~> 2.2)
110-
coffee-script-source (~> 1.11.1)
118+
coffee-script-source (~> 1.12)
111119
jekyll-commonmark (1.4.0)
112120
commonmarker (~> 0.22)
113121
jekyll-commonmark-ghpages (0.4.0)
114122
commonmarker (~> 0.23.7)
115123
jekyll (~> 3.9.0)
116124
jekyll-commonmark (~> 1.4.0)
117125
rouge (>= 2.0, < 5.0)
118-
jekyll-default-layout (0.1.4)
119-
jekyll (~> 3.0)
120-
jekyll-feed (0.15.1)
126+
jekyll-default-layout (0.1.5)
127+
jekyll (>= 3.0, < 5.0)
128+
jekyll-feed (0.17.0)
121129
jekyll (>= 3.7, < 5.0)
122130
jekyll-gist (1.5.0)
123131
octokit (~> 4.2)
124-
jekyll-github-metadata (2.13.0)
132+
jekyll-github-metadata (2.16.1)
125133
jekyll (>= 3.4, < 5.0)
126-
octokit (~> 4.0, != 4.4.0)
134+
octokit (>= 4, < 7, != 4.4.0)
127135
jekyll-include-cache (0.2.1)
128136
jekyll (>= 3.7, < 5.0)
129137
jekyll-mentions (1.6.0)
@@ -194,11 +202,11 @@ GEM
194202
jekyll (>= 3.3, < 5.0)
195203
jekyll-watch (2.2.1)
196204
listen (~> 3.0)
197-
jemoji (0.12.0)
198-
gemoji (~> 3.0)
205+
jemoji (0.13.0)
206+
gemoji (>= 3, < 5)
199207
html-pipeline (~> 2.2)
200208
jekyll (>= 3.0, < 5.0)
201-
kramdown (2.3.2)
209+
kramdown (2.4.0)
202210
rexml
203211
kramdown-parser-gfm (1.1.0)
204212
kramdown (~> 2.0)
@@ -211,48 +219,55 @@ GEM
211219
jekyll (>= 3.5, < 5.0)
212220
jekyll-feed (~> 0.9)
213221
jekyll-seo-tag (~> 2.1)
214-
minitest (5.20.0)
215-
nokogiri (1.15.4-x86_64-linux)
222+
minitest (5.22.2)
223+
mutex_m (0.2.0)
224+
net-http (0.4.1)
225+
uri
226+
nokogiri (1.16.2-x86_64-linux)
216227
racc (~> 1.4)
217228
octokit (4.25.1)
218229
faraday (>= 1, < 3)
219230
sawyer (~> 0.9)
220231
pathutil (0.16.2)
221232
forwardable-extended (~> 2.6)
222-
public_suffix (4.0.7)
223-
racc (1.7.1)
233+
public_suffix (5.0.4)
234+
racc (1.7.3)
224235
rb-fsevent (0.11.2)
225236
rb-inotify (0.10.1)
226237
ffi (~> 1.0)
227238
rexml (3.2.6)
228-
rouge (3.26.0)
239+
rouge (3.30.0)
229240
ruby2_keywords (0.0.5)
230241
rubyzip (2.3.2)
231242
safe_yaml (1.0.5)
232243
sass (3.7.4)
233-
listen (~> 3.0)
244+
sass-listen (~> 4.0.0)
245+
sass-listen (4.0.0)
246+
rb-fsevent (~> 0.9, >= 0.9.4)
247+
rb-inotify (~> 0.9, >= 0.9.7)
234248
sawyer (0.9.2)
235249
addressable (>= 2.3.5)
236250
faraday (>= 0.17.3, < 3)
237251
simpleidn (0.2.1)
238252
unf (~> 0.1.4)
239253
terminal-table (1.8.0)
240254
unicode-display_width (~> 1.1, >= 1.1.1)
241-
typhoeus (1.4.0)
255+
typhoeus (1.4.1)
242256
ethon (>= 0.9.0)
243257
tzinfo (2.0.6)
244258
concurrent-ruby (~> 1.0)
245259
unf (0.1.4)
246260
unf_ext
247-
unf_ext (0.0.8.2)
261+
unf_ext (0.0.9.1)
248262
unicode-display_width (1.8.0)
263+
uri (0.13.0)
249264

250265
PLATFORMS
251266
x86_64-linux
252267

253268
DEPENDENCIES
254269
github-pages
255-
jekyll-feed (~> 0.12)
270+
jekyll-feed (~> 0.17)
256271
kramdown (>= 2.3.1)
257272
minima (~> 2.5)
258273
tzinfo (~> 1.2)

0 commit comments

Comments
 (0)