Skip to content

Commit 328e0cd

Browse files
Bump kramdown and github-pages (RoboticsKnowledgebase#103)
Bumps [kramdown](https://github.com/gettalong/kramdown) and [github-pages](https://github.com/github/pages-gem). These dependencies needed to be updated together. Updates `kramdown` from 2.3.0 to 2.3.1 - [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) Updates `github-pages` from 213 to 214 - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](github/pages-gem@v213...v214) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b8f4a36 commit 328e0cd

File tree

2 files changed

+22
-14
lines changed

2 files changed

+22
-14
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "github-pages", "~> 213", group: :jekyll_plugins
3+
gem "github-pages", "~> 214", group: :jekyll_plugins
44

55
group :jekyll_plugins do
66
gem "jekyll-paginate"

Gemfile.lock

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.3.6)
4+
activesupport (6.0.3.7)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
@@ -22,19 +22,23 @@ GEM
2222
em-websocket (0.5.2)
2323
eventmachine (>= 0.12.9)
2424
http_parser.rb (~> 0.6.0)
25-
ethon (0.12.0)
26-
ffi (>= 1.3.0)
25+
ethon (0.14.0)
26+
ffi (>= 1.15.0)
2727
eventmachine (1.2.7)
28-
execjs (2.7.0)
29-
faraday (1.3.0)
28+
execjs (2.8.1)
29+
faraday (1.4.1)
30+
faraday-excon (~> 1.1)
3031
faraday-net_http (~> 1.0)
32+
faraday-net_http_persistent (~> 1.1)
3133
multipart-post (>= 1.2, < 3)
32-
ruby2_keywords
34+
ruby2_keywords (>= 0.0.4)
35+
faraday-excon (1.1.0)
3336
faraday-net_http (1.0.1)
37+
faraday-net_http_persistent (1.1.0)
3438
ffi (1.15.0)
3539
forwardable-extended (2.6.0)
3640
gemoji (3.0.1)
37-
github-pages (213)
41+
github-pages (214)
3842
github-pages-health-check (= 1.17.0)
3943
jekyll (= 3.9.0)
4044
jekyll-avatar (= 0.7.0)
@@ -70,7 +74,7 @@ GEM
7074
jekyll-theme-time-machine (= 0.1.1)
7175
jekyll-titles-from-headings (= 0.5.3)
7276
jemoji (= 0.12.0)
73-
kramdown (= 2.3.0)
77+
kramdown (= 2.3.1)
7478
kramdown-parser-gfm (= 1.1.0)
7579
liquid (= 4.0.3)
7680
mercenary (~> 0.3)
@@ -198,12 +202,12 @@ GEM
198202
gemoji (~> 3.0)
199203
html-pipeline (~> 2.2)
200204
jekyll (>= 3.0, < 5.0)
201-
kramdown (2.3.0)
205+
kramdown (2.3.1)
202206
rexml
203207
kramdown-parser-gfm (1.1.0)
204208
kramdown (~> 2.0)
205209
liquid (4.0.3)
206-
listen (3.5.0)
210+
listen (3.5.1)
207211
rb-fsevent (~> 0.10, >= 0.10.3)
208212
rb-inotify (~> 0.9, >= 0.9.10)
209213
mercenary (0.3.6)
@@ -224,14 +228,14 @@ GEM
224228
nokogiri (1.11.4)
225229
mini_portile2 (~> 2.5.0)
226230
racc (~> 1.4)
227-
octokit (4.20.0)
231+
octokit (4.21.0)
228232
faraday (>= 0.9)
229233
sawyer (~> 0.8.0, >= 0.5.3)
230234
pathutil (0.16.2)
231235
forwardable-extended (~> 2.6)
232236
public_suffix (4.0.6)
233237
racc (1.5.2)
234-
rb-fsevent (0.10.4)
238+
rb-fsevent (0.11.0)
235239
rb-inotify (0.10.1)
236240
ffi (~> 1.0)
237241
rexml (3.2.5)
@@ -242,6 +246,10 @@ GEM
242246
rubyzip (2.3.0)
243247
safe_yaml (1.0.5)
244248
sass (3.7.4)
249+
sass-listen (~> 4.0.0)
250+
sass-listen (4.0.0)
251+
rb-fsevent (~> 0.9, >= 0.9.4)
252+
rb-inotify (~> 0.9, >= 0.9.7)
245253
sawyer (0.8.2)
246254
addressable (>= 2.3.5)
247255
faraday (> 0.8, < 2.0)
@@ -264,7 +272,7 @@ PLATFORMS
264272
ruby
265273

266274
DEPENDENCIES
267-
github-pages (~> 213)
275+
github-pages (~> 214)
268276
jekyll-feed
269277
jekyll-gist
270278
jekyll-paginate

0 commit comments

Comments
 (0)