Skip to content

Commit 0bb2d05

Browse files
committed
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-FARADAY-15253521
1 parent 29a0548 commit 0bb2d05

File tree

2 files changed

+205
-171
lines changed

2 files changed

+205
-171
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
22

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

0 commit comments

Comments
 (0)