Skip to content

Commit d95b707

Browse files
Bump github-pages from 226 to 227
Bumps [github-pages](https://github.com/github/pages-gem) from 226 to 227. - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](github/pages-gem@v226...v227) --- updated-dependencies: - dependency-name: github-pages dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 593ec87 commit d95b707

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
source "https://rubygems.org"
3-
gem 'github-pages', '226', group: :jekyll_plugins
3+
gem 'github-pages', '227', group: :jekyll_plugins
44

Gemfile.lock

Lines changed: 12 additions & 12 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.5)
4+
activesupport (6.0.5.1)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
@@ -25,14 +25,14 @@ GEM
2525
ffi (>= 1.15.0)
2626
eventmachine (1.2.7)
2727
execjs (2.8.1)
28-
faraday (2.3.0)
29-
faraday-net_http (~> 2.0)
28+
faraday (2.5.2)
29+
faraday-net_http (>= 2.0, < 3.1)
3030
ruby2_keywords (>= 0.0.4)
31-
faraday-net_http (2.0.3)
31+
faraday-net_http (3.0.0)
3232
ffi (1.15.5)
3333
forwardable-extended (2.6.0)
3434
gemoji (3.0.1)
35-
github-pages (226)
35+
github-pages (227)
3636
github-pages-health-check (= 1.17.9)
3737
jekyll (= 3.9.2)
3838
jekyll-avatar (= 0.7.0)
@@ -74,7 +74,7 @@ GEM
7474
liquid (= 4.0.3)
7575
mercenary (~> 0.3)
7676
minima (= 2.5.1)
77-
nokogiri (>= 1.13.4, < 2.0)
77+
nokogiri (>= 1.13.6, < 2.0)
7878
rouge (= 3.26.0)
7979
terminal-table (~> 1.4)
8080
github-pages-health-check (1.17.9)
@@ -83,7 +83,7 @@ GEM
8383
octokit (~> 4.0)
8484
public_suffix (>= 3.0, < 5.0)
8585
typhoeus (~> 1.3)
86-
html-pipeline (2.14.1)
86+
html-pipeline (2.14.2)
8787
activesupport (>= 2)
8888
nokogiri (>= 1.4)
8989
http_parser.rb (0.8.0)
@@ -211,11 +211,11 @@ GEM
211211
jekyll (>= 3.5, < 5.0)
212212
jekyll-feed (~> 0.9)
213213
jekyll-seo-tag (~> 2.1)
214-
minitest (5.15.0)
215-
nokogiri (1.13.6)
214+
minitest (5.16.2)
215+
nokogiri (1.13.8)
216216
mini_portile2 (~> 2.8.0)
217217
racc (~> 1.4)
218-
octokit (4.25.0)
218+
octokit (4.25.1)
219219
faraday (>= 1, < 3)
220220
sawyer (~> 0.9)
221221
pathutil (0.16.2)
@@ -251,13 +251,13 @@ GEM
251251
unf_ext
252252
unf_ext (0.0.8.2)
253253
unicode-display_width (1.8.0)
254-
zeitwerk (2.5.4)
254+
zeitwerk (2.6.0)
255255

256256
PLATFORMS
257257
ruby
258258

259259
DEPENDENCIES
260-
github-pages (= 226)
260+
github-pages (= 227)
261261

262262
BUNDLED WITH
263263
2.1.4

0 commit comments

Comments
 (0)