Skip to content

Commit 202e25f

Browse files
Version Bump 1.0.0
1 parent 584991d commit 202e25f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ruby_http_client.gemspec

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ Gem::Specification.new do |spec|
1111
spec.description = 'Quickly and easily access any REST or REST-like API.'
1212
spec.homepage = 'http://github.com/sendgrid/ruby-http-client'
1313
spec.license = 'MIT'
14-
14+
spec.required_ruby_version = '>= 2.2'
1515
spec.files = `git ls-files -z`.split("\x0")
1616
spec.executables = spec.files.grep(/^bin/) { |f| File.basename(f) }
1717
spec.test_files = spec.files.grep(/^(test|spec|features)/)
1818
spec.require_paths = ['lib']
1919

20-
spec.add_development_dependency 'rake'
21-
spec.add_development_dependency 'rubocop'
22-
spec.add_development_dependency 'bundler', '~> 1.6'
20+
spec.add_development_dependency 'rake', '~> 0'
2321
end

0 commit comments

Comments
 (0)