From a5faba567bb71a331531d2900210ee72cc9dc95b Mon Sep 17 00:00:00 2001 From: Jean byroot Boussier Date: Wed, 9 Sep 2020 02:10:44 +0100 Subject: [PATCH] chore: Update ruby_version requirement to allow ruby 3.0 (#900) Co-authored-by: Jean Boussier --- google-api-client.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-api-client.gemspec b/google-api-client.gemspec index 699e5f256..8b1af987a 100644 --- a/google-api-client.gemspec +++ b/google-api-client.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.require_paths = %w[lib generated] - spec.required_ruby_version = '~> 2.4' + spec.required_ruby_version = '>= 2.4' spec.add_runtime_dependency 'representable', '~> 3.0' spec.add_runtime_dependency 'retriable', '>= 2.0', '< 4.0'