summaryrefslogtreecommitdiff
path: root/lib/ostruct.gemspec
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-10-19 15:47:37 +0900
committergit <svn-admin@ruby-lang.org>2023-10-19 06:55:40 +0000
commit5e5a8cf752af362c7dad40f6a0b7aa93e18c5bd0 (patch)
tree291deb82c5bc9cc429a4706efc53c6caafb9f1a7 /lib/ostruct.gemspec
parente6675861f3ddeabcc777dbb931a646868546382a (diff)
[ruby/ostruct] Use Gemfile instead of Gem::Specification#add_development_dependency
https://github.com/ruby/ostruct/commit/ed49920766
Diffstat (limited to 'lib/ostruct.gemspec')
-rw-r--r--lib/ostruct.gemspec4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/ostruct.gemspec b/lib/ostruct.gemspec
index 61bf6e7dee..08a7aefb05 100644
--- a/lib/ostruct.gemspec
+++ b/lib/ostruct.gemspec
@@ -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.require_paths = ["lib"]
-
- spec.add_development_dependency "bundler"
- spec.add_development_dependency "rake"
- spec.add_development_dependency "test-unit"
end