From 5a06da6e6d0a9262235577e4a8e02df19e77fd71 Mon Sep 17 00:00:00 2001 From: Billy Watson Date: Thu, 7 Jul 2016 14:30:46 -0400 Subject: [PATCH] don't require any version of ruby b/c the gem doesn't actually care --- ruby_http_client.gemspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ruby_http_client.gemspec b/ruby_http_client.gemspec index d26c21c..d02a4cd 100644 --- a/ruby_http_client.gemspec +++ b/ruby_http_client.gemspec @@ -11,11 +11,10 @@ Gem::Specification.new do |spec| spec.description = 'Quickly and easily access any REST or REST-like API.' spec.homepage = 'http://github.com/sendgrid/ruby-http-client' spec.license = 'MIT' - spec.required_ruby_version = '>= 2.2' spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(/^bin/) { |f| File.basename(f) } spec.test_files = spec.files.grep(/^(test|spec|features)/) spec.require_paths = ['lib'] spec.add_development_dependency 'rake', '~> 0' -end \ No newline at end of file +end