Skip to content

Commit 892c303

Browse files
authoredMay 12, 2024··
Bump github-pages from 230 to 231 in /docs (#748)
Bumps [github-pages](https://github.com/github/pages-gem) from 230 to 231. - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](github/pages-gem@v230...v231) --- 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 8a658bb commit 892c303

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
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", "~> 230", group: :jekyll_plugins
15+
gem "github-pages", "~> 231", 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

+10-10
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ GEM
1616
colorator (1.1.0)
1717
commonmarker (0.23.10)
1818
concurrent-ruby (1.2.3)
19-
dnsruby (1.70.0)
19+
dnsruby (1.72.0)
2020
simpleidn (~> 0.2.1)
2121
em-websocket (0.5.3)
2222
eventmachine (>= 0.12.9)
@@ -32,7 +32,7 @@ GEM
3232
ffi (1.16.3)
3333
forwardable-extended (2.6.0)
3434
gemoji (4.1.0)
35-
github-pages (230)
35+
github-pages (231)
3636
github-pages-health-check (= 1.18.2)
3737
jekyll (= 3.9.5)
3838
jekyll-avatar (= 0.8.0)
@@ -48,7 +48,7 @@ GEM
4848
jekyll-paginate (= 1.1.0)
4949
jekyll-readme-index (= 0.3.0)
5050
jekyll-redirect-from (= 0.16.0)
51-
jekyll-relative-links (= 0.7.0)
51+
jekyll-relative-links (= 0.6.1)
5252
jekyll-remote-theme (= 0.4.3)
5353
jekyll-sass-converter (= 1.5.2)
5454
jekyll-seo-tag (= 2.8.0)
@@ -87,7 +87,7 @@ GEM
8787
activesupport (>= 2)
8888
nokogiri (>= 1.4)
8989
http_parser.rb (0.8.0)
90-
i18n (1.14.1)
90+
i18n (1.14.4)
9191
concurrent-ruby (~> 1.0)
9292
jekyll (3.9.5)
9393
addressable (~> 2.4)
@@ -135,7 +135,7 @@ GEM
135135
jekyll (>= 3.0, < 5.0)
136136
jekyll-redirect-from (0.16.0)
137137
jekyll (>= 3.3, < 5.0)
138-
jekyll-relative-links (0.7.0)
138+
jekyll-relative-links (0.6.1)
139139
jekyll (>= 3.3, < 5.0)
140140
jekyll-remote-theme (0.4.3)
141141
addressable (~> 2.0)
@@ -202,25 +202,25 @@ GEM
202202
kramdown-parser-gfm (1.1.0)
203203
kramdown (~> 2.0)
204204
liquid (4.0.4)
205-
listen (3.8.0)
205+
listen (3.9.0)
206206
rb-fsevent (~> 0.10, >= 0.10.3)
207207
rb-inotify (~> 0.9, >= 0.9.10)
208208
mercenary (0.3.6)
209209
minima (2.5.1)
210210
jekyll (>= 3.5, < 5.0)
211211
jekyll-feed (~> 0.9)
212212
jekyll-seo-tag (~> 2.1)
213-
minitest (5.22.2)
213+
minitest (5.22.3)
214214
net-http (0.4.1)
215215
uri
216-
nokogiri (1.16.2-x86_64-linux)
216+
nokogiri (1.16.3-x86_64-linux)
217217
racc (~> 1.4)
218218
octokit (4.25.1)
219219
faraday (>= 1, < 3)
220220
sawyer (~> 0.9)
221221
pathutil (0.16.2)
222222
forwardable-extended (~> 2.6)
223-
public_suffix (5.0.4)
223+
public_suffix (5.0.5)
224224
racc (1.7.3)
225225
rb-fsevent (0.11.2)
226226
rb-inotify (0.10.1)
@@ -258,7 +258,7 @@ PLATFORMS
258258
x86_64-linux
259259

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

0 commit comments

Comments
 (0)
Please sign in to comment.