Relax the webrick constraint

This commit is contained in:
Chris Roberts 2024-11-11 16:44:41 -08:00
parent 37b294680c
commit 23becce835
No known key found for this signature in database

View file

@ -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