mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Relax the webrick constraint
This commit is contained in:
parent
37b294680c
commit
23becce835
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ Gem::Specification.new do |s|
|
|||
s.add_development_dependency "rspec", "~> 3.11"
|
||||
s.add_development_dependency "rspec-its", "~> 1.3.0"
|
||||
s.add_development_dependency "fake_ftp", "~> 0.3.0"
|
||||
s.add_development_dependency "webrick", "~> 1.7.0"
|
||||
s.add_development_dependency "webrick", "~> 1.7"
|
||||
|
||||
# The following block of code determines the files that should be included
|
||||
# in the gem. It does this by reading all the files in the directory where
|
||||
|
|
|
|||
Loading…
Reference in a new issue