Skip to content

Commit 26ead39

Browse files
committed
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-534637
1 parent 40194c7 commit 26ead39

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
22

3-
gem 'github-pages', '>= 198'
4-
gem 'html-proofer', '>= 3.11.1'
3+
gem 'github-pages', '>= 201'
4+
gem 'html-proofer', '>= 3.13.0'
55
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]

Gemfile.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ GEM
2727
execjs (2.7.0)
2828
faraday (0.17.0)
2929
multipart-post (>= 1.2, < 3)
30-
ffi (1.11.1)
30+
ffi (1.11.2)
3131
forwardable-extended (2.6.0)
3232
gemoji (3.0.1)
33-
github-pages (201)
33+
github-pages (202)
3434
activesupport (= 4.2.11.1)
3535
github-pages-health-check (= 1.16.1)
3636
jekyll (= 3.8.5)
@@ -81,10 +81,10 @@ GEM
8181
octokit (~> 4.0)
8282
public_suffix (~> 3.0)
8383
typhoeus (~> 1.3)
84-
html-pipeline (2.12.0)
84+
html-pipeline (2.12.2)
8585
activesupport (>= 2)
8686
nokogiri (>= 1.4)
87-
html-proofer (3.13.0)
87+
html-proofer (3.14.1)
8888
addressable (~> 2.3)
8989
mercenary (~> 0.3)
9090
nokogiri (~> 1.10)
@@ -212,13 +212,13 @@ GEM
212212
jekyll (~> 3.5)
213213
jekyll-feed (~> 0.9)
214214
jekyll-seo-tag (~> 2.1)
215-
minitest (5.12.2)
215+
minitest (5.13.0)
216216
multipart-post (2.1.1)
217-
nokogiri (1.10.4)
217+
nokogiri (1.10.5)
218218
mini_portile2 (~> 2.4.0)
219219
octokit (4.14.0)
220220
sawyer (~> 0.8.0, >= 0.5.3)
221-
parallel (1.18.0)
221+
parallel (1.19.0)
222222
pathutil (0.16.2)
223223
forwardable-extended (~> 2.6)
224224
public_suffix (3.1.1)
@@ -254,8 +254,8 @@ PLATFORMS
254254
ruby
255255

256256
DEPENDENCIES
257-
github-pages (>= 198)
258-
html-proofer (>= 3.11.1)
257+
github-pages (>= 201)
258+
html-proofer (>= 3.13.0)
259259
tzinfo-data
260260

261261
BUNDLED WITH

0 commit comments

Comments
 (0)