gems.gemspec in gems-1.1.1 vs gems.gemspec in gems-1.2.0
- old
+ new
@@ -16,9 +16,6 @@
spec.files = %w[.yardopts CONTRIBUTING.md LICENSE.md README.md gems.gemspec] + Dir['lib/**/*.rb']
spec.homepage = 'https://github.com/rubygems/gems'
spec.licenses = %w[MIT]
spec.require_paths = %w[lib]
spec.required_ruby_version = '>= 2.1.9'
-
- spec.add_dependency 'json'
- spec.add_development_dependency 'bundler', '~> 1.0'
end