Skip to content

Commit cb5ff21

Browse files
authoredApr 4, 2024··
Bump github-pages from 229 to 230 in /docs (#735)
Bumps [github-pages](https://github.com/github/pages-gem) from 229 to 230. - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](github/pages-gem@v229...v230) --- updated-dependencies: - dependency-name: github-pages dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bac6596 commit cb5ff21

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎docs/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source "https://rubygems.org"
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", "~> 229", group: :jekyll_plugins
15+
gem "github-pages", "~> 230", group: :jekyll_plugins
1616
# If you have any plugins, put them here!
1717
group :jekyll_plugins do
1818
gem "jekyll-feed", "~> 0.17"

‎docs/Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ GEM
3232
ffi (1.16.3)
3333
forwardable-extended (2.6.0)
3434
gemoji (4.1.0)
35-
github-pages (229)
35+
github-pages (230)
3636
github-pages-health-check (= 1.18.2)
37-
jekyll (= 3.9.4)
37+
jekyll (= 3.9.5)
3838
jekyll-avatar (= 0.8.0)
3939
jekyll-coffeescript (= 1.2.2)
4040
jekyll-commonmark-ghpages (= 0.4.0)
@@ -89,7 +89,7 @@ GEM
8989
http_parser.rb (0.8.0)
9090
i18n (1.14.1)
9191
concurrent-ruby (~> 1.0)
92-
jekyll (3.9.4)
92+
jekyll (3.9.5)
9393
addressable (~> 2.4)
9494
colorator (~> 1.0)
9595
em-websocket (~> 0.5)
@@ -210,7 +210,7 @@ GEM
210210
jekyll (>= 3.5, < 5.0)
211211
jekyll-feed (~> 0.9)
212212
jekyll-seo-tag (~> 2.1)
213-
minitest (5.22.0)
213+
minitest (5.22.2)
214214
net-http (0.4.1)
215215
uri
216216
nokogiri (1.16.2-x86_64-linux)
@@ -258,7 +258,7 @@ PLATFORMS
258258
x86_64-linux
259259

260260
DEPENDENCIES
261-
github-pages (~> 229)
261+
github-pages (~> 230)
262262
jekyll-feed (~> 0.17)
263263
minima (~> 2.5)
264264
tzinfo (~> 1.2)

0 commit comments

Comments
 (0)
Please sign in to comment.