Skip to content

Commit

Permalink
gemspec: Add webrick dependency
Browse files Browse the repository at this point in the history
It is not included in Ruby 3.0 standard lib anymore, so we should add it explicitly
  • Loading branch information
legal90 committed Mar 22, 2023
1 parent 93aac8a commit cfcb78c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vagrant-parallels.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.11'
spec.add_development_dependency 'rspec-its', '~> 1.3.0'
spec.add_development_dependency 'webrick', '~> 1.8.0'

spec.files = Dir['lib/**/*', 'locales/**/*', 'README.md', 'CHANGELOG.md', 'LICENSE.txt']
spec.require_path = 'lib'
Expand Down

0 comments on commit cfcb78c

Please # to comment.