Skip to content

Commit cdc6db8

Browse files
authored
Merge pull request #219 from Rubix982/snyk-fix-1a6532ed98a3032c2ce4cecb2997eb7e
[Snyk] Security upgrade github-pages from 219 to 224
2 parents c498cc4 + 1ea2890 commit cdc6db8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source "https://rubygems.org"
33
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
44

55
gem "jekyll", "~> 3.9.0"
6-
gem "github-pages", ">= 219", group: :jekyll_plugins
6+
gem "github-pages", ">= 224", group: :jekyll_plugins
77

88
group :jekyll_plugins do
99
gem "jekyll-menus", "~> 0.6.1"

docs/Gemfile.lock

Lines changed: 6 additions & 6 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.4.7)
4+
activesupport (6.0.4.6)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
@@ -15,7 +15,7 @@ GEM
1515
coffee-script-source (1.11.1)
1616
colorator (1.1.0)
1717
commonmarker (0.23.4)
18-
concurrent-ruby (1.1.10)
18+
concurrent-ruby (1.1.9)
1919
dnsruby (1.61.9)
2020
simpleidn (~> 0.1)
2121
em-websocket (0.5.3)
@@ -236,17 +236,17 @@ GEM
236236
jekyll-seo-tag (~> 2.1)
237237
minitest (5.15.0)
238238
multipart-post (2.1.1)
239-
nokogiri (1.13.4)
239+
nokogiri (1.13.3)
240240
mini_portile2 (~> 2.8.0)
241241
racc (~> 1.4)
242-
nokogiri (1.13.4-x86_64-linux)
242+
nokogiri (1.13.3-x86_64-linux)
243243
racc (~> 1.4)
244244
octokit (4.22.0)
245245
faraday (>= 0.9)
246246
sawyer (~> 0.8.0, >= 0.5.3)
247247
pathutil (0.16.2)
248248
forwardable-extended (~> 2.6)
249-
public_suffix (4.0.7)
249+
public_suffix (4.0.6)
250250
racc (1.6.0)
251251
rb-fsevent (0.11.1)
252252
rb-inotify (0.10.1)
@@ -284,7 +284,7 @@ PLATFORMS
284284
x86_64-linux
285285

286286
DEPENDENCIES
287-
github-pages (>= 219)
287+
github-pages (>= 224)
288288
jekyll (~> 3.9.0)
289289
jekyll-feed (>= 0.15.1)
290290
jekyll-menus (~> 0.6.1)

0 commit comments

Comments
 (0)