Skip to content

Commit 686b252

Browse files
Bump github-pages and jekyll in /docs (#728)
Bumps [github-pages](https://github.com/github/pages-gem) and [jekyll](https://github.com/jekyll/jekyll). These dependencies needed to be updated together. Updates `github-pages` from 225 to 228 - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](github/pages-gem@v225...v228) Updates `jekyll` from 3.9.0 to 3.9.3 - [Release notes](https://github.com/jekyll/jekyll/releases) - [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown) - [Commits](jekyll/jekyll@v3.9.0...v3.9.3) --- updated-dependencies: - dependency-name: github-pages dependency-type: direct:development update-type: version-update:semver-major - dependency-name: jekyll dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0e49d4b commit 686b252

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

docs/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ source "https://rubygems.org"
77
#
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
10-
gem "jekyll", "~> 3.9.0"
10+
gem "jekyll", "~> 3.9.3"
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1212
gem "minima", "~> 2.5"
1313
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1414
# uncomment the line below. To upgrade, run `bundle update github-pages`.
15-
gem "github-pages", "~> 225", group: :jekyll_plugins
15+
gem "github-pages", "~> 228", group: :jekyll_plugins
1616
# If you have any plugins, put them here!
1717
group :jekyll_plugins do
1818
end

docs/Gemfile.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ GEM
3434
ffi (1.16.3)
3535
forwardable-extended (2.6.0)
3636
gemoji (3.0.1)
37-
github-pages (225)
37+
github-pages (228)
3838
github-pages-health-check (= 1.17.9)
39-
jekyll (= 3.9.0)
39+
jekyll (= 3.9.3)
4040
jekyll-avatar (= 0.7.0)
4141
jekyll-coffeescript (= 1.1.1)
42-
jekyll-commonmark-ghpages (= 0.2.0)
42+
jekyll-commonmark-ghpages (= 0.4.0)
4343
jekyll-default-layout (= 0.1.4)
4444
jekyll-feed (= 0.15.1)
4545
jekyll-gist (= 1.5.0)
@@ -71,12 +71,12 @@ GEM
7171
jekyll-theme-time-machine (= 0.2.0)
7272
jekyll-titles-from-headings (= 0.5.3)
7373
jemoji (= 0.12.0)
74-
kramdown (= 2.3.1)
74+
kramdown (= 2.3.2)
7575
kramdown-parser-gfm (= 1.1.0)
76-
liquid (= 4.0.3)
76+
liquid (= 4.0.4)
7777
mercenary (~> 0.3)
7878
minima (= 2.5.1)
79-
nokogiri (>= 1.12.5, < 2.0)
79+
nokogiri (>= 1.13.6, < 2.0)
8080
rouge (= 3.26.0)
8181
terminal-table (~> 1.4)
8282
github-pages-health-check (1.17.9)
@@ -89,13 +89,13 @@ GEM
8989
activesupport (>= 2)
9090
nokogiri (>= 1.4)
9191
http_parser.rb (0.8.0)
92-
i18n (0.9.5)
92+
i18n (1.14.1)
9393
concurrent-ruby (~> 1.0)
94-
jekyll (3.9.0)
94+
jekyll (3.9.3)
9595
addressable (~> 2.4)
9696
colorator (~> 1.0)
9797
em-websocket (~> 0.5)
98-
i18n (~> 0.7)
98+
i18n (>= 0.7, < 2)
9999
jekyll-sass-converter (~> 1.0)
100100
jekyll-watch (~> 2.0)
101101
kramdown (>= 1.17, < 3)
@@ -111,11 +111,11 @@ GEM
111111
coffee-script-source (~> 1.11.1)
112112
jekyll-commonmark (1.4.0)
113113
commonmarker (~> 0.22)
114-
jekyll-commonmark-ghpages (0.2.0)
115-
commonmarker (~> 0.23.4)
114+
jekyll-commonmark-ghpages (0.4.0)
115+
commonmarker (~> 0.23.7)
116116
jekyll (~> 3.9.0)
117117
jekyll-commonmark (~> 1.4.0)
118-
rouge (>= 2.0, < 4.0)
118+
rouge (>= 2.0, < 5.0)
119119
jekyll-default-layout (0.1.4)
120120
jekyll (~> 3.0)
121121
jekyll-feed (0.15.1)
@@ -199,11 +199,11 @@ GEM
199199
gemoji (~> 3.0)
200200
html-pipeline (~> 2.2)
201201
jekyll (>= 3.0, < 5.0)
202-
kramdown (2.3.1)
202+
kramdown (2.3.2)
203203
rexml
204204
kramdown-parser-gfm (1.1.0)
205205
kramdown (~> 2.0)
206-
liquid (4.0.3)
206+
liquid (4.0.4)
207207
listen (3.8.0)
208208
rb-fsevent (~> 0.10, >= 0.10.3)
209209
rb-inotify (~> 0.9, >= 0.9.10)
@@ -261,8 +261,8 @@ PLATFORMS
261261
x86_64-linux
262262

263263
DEPENDENCIES
264-
github-pages (~> 225)
265-
jekyll (~> 3.9.0)
264+
github-pages (~> 228)
265+
jekyll (~> 3.9.3)
266266
minima (~> 2.5)
267267
tzinfo (~> 1.2)
268268
tzinfo-data

0 commit comments

Comments
 (0)