Use Gemfile instead of Gem::Specification#add_development_dependency.

This commit is contained in:
Hiroshi SHIBATA 2021-02-16 21:34:39 +09:00
parent 9b40c7955f
commit f153db11b1
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,6 @@
source 'https://rubygems.org'
gemspec
gem "rake"
gem "test-unit"

View File

@ -69,6 +69,4 @@ Gem::Specification.new do |s|
"bug_tracker_uri" => "https://github.com/ruby/webrick/issues",
}
end
s.add_development_dependency "rake"
end