Skip to content

Commit e4cff91

Browse files
Merge branch 'korrelate-remove-ruby-version-requirement'
2 parents c397e58 + 5a06da6 commit e4cff91

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ruby_http_client.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ 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-
spec.required_ruby_version = '>= 2.2'
1514
spec.files = `git ls-files -z`.split("\x0")
1615
spec.executables = spec.files.grep(/^bin/) { |f| File.basename(f) }
1716
spec.test_files = spec.files.grep(/^(test|spec|features)/)
1817
spec.require_paths = ['lib']
1918

2019
spec.add_development_dependency 'rake', '~> 0'
21-
end
20+
end

0 commit comments

Comments
 (0)