[ruby/ostruct] Use Gemfile instead of Gem::Specification#add_development_dependency

https://github.com/ruby/ostruct/commit/ed49920766
This commit is contained in:
Hiroshi SHIBATA 2023-10-19 15:47:37 +09:00 committed by git
parent e6675861f3
commit 5e5a8cf752

View File

@ -21,8 +21,4 @@ Gem::Specification.new do |spec|
spec.files = [".gitignore", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/ostruct.rb", "ostruct.gemspec"] spec.files = [".gitignore", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/ostruct.rb", "ostruct.gemspec"]
spec.require_paths = ["lib"] spec.require_paths = ["lib"]
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
spec.add_development_dependency "test-unit"
end end