Skip to content

Commit

Permalink
chore: add webrick as a development dependency on ruby > 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
g-arjones committed Jul 10, 2024
1 parent 4f6aaf3 commit d72af8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autobuild.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ Gem::Specification.new do |s|
s.add_development_dependency "minitest", "~> 5.0", ">= 5.0"
s.add_development_dependency "simplecov"
s.add_development_dependency "timecop"
s.add_development_dependency "webrick" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.0.0")
end

0 comments on commit d72af8b

Please sign in to comment.