Skip to content

Commit 2bf2a57

Browse files
authored
Merge pull request #57 from kkremitzki/correct-gemfile
Specify existent version of webrick dependency
2 parents 993f577 + 74283d5 commit 2bf2a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
gem 'github-pages', group: :jekyll_plugins
3-
gem "webrick", ">= 2.2.8"
3+
gem "webrick", ">= 1.8"
44

55

0 commit comments

Comments
 (0)