mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 03:24:20 +00:00
Add webrick dependency
This commit is contained in:
parent
f812c390e4
commit
15373dbef2
2 changed files with 3 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -2,3 +2,5 @@
|
|||
|
||||
source "https://rubygems.org"
|
||||
gemspec
|
||||
|
||||
gem "webrick", "~> 1.7"
|
||||
|
|
|
@ -13,4 +13,5 @@ Gem::Specification.new do |spec|
|
|||
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README|_config\.yml)!i) }
|
||||
|
||||
spec.add_runtime_dependency "jekyll", "~> 4.2"
|
||||
spec.add_runtime_dependency "webrick", "~> 1.7"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue