Skip to content

Commit

Permalink
Relax the webrick constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroberts committed Nov 12, 2024
1 parent 37b2946 commit 23becce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23becce

Please sign in to comment.