Skip to content

Commit 6af6038

Browse files
authored
Update Gemfile webrick requirement
Older versions of webrick have some vulnerabilities in them.
1 parent a916fa1 commit 6af6038

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
source 'https://rubygems.org'
22
gem 'github-pages', group: :jekyll_plugins
3-
gem "webrick", "~> 1.8"
3+
gem "webrick", ">= 2.2.8"
4+
5+

0 commit comments

Comments
 (0)