We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584991d commit 202e25fCopy full SHA for 202e25f
ruby_http_client.gemspec
@@ -11,13 +11,11 @@ Gem::Specification.new do |spec|
11
spec.description = 'Quickly and easily access any REST or REST-like API.'
12
spec.homepage = 'http://github.com/sendgrid/ruby-http-client'
13
spec.license = 'MIT'
14
-
+ spec.required_ruby_version = '>= 2.2'
15
spec.files = `git ls-files -z`.split("\x0")
16
spec.executables = spec.files.grep(/^bin/) { |f| File.basename(f) }
17
spec.test_files = spec.files.grep(/^(test|spec|features)/)
18
spec.require_paths = ['lib']
19
20
- spec.add_development_dependency 'rake'
21
- spec.add_development_dependency 'rubocop'
22
- spec.add_development_dependency 'bundler', '~> 1.6'
+ spec.add_development_dependency 'rake', '~> 0'
23
end
0 commit comments