Skip to content

Commit

Permalink
Require Ruby 2.4 (googleapis#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma authored Oct 11, 2019
1 parent cb3b95d commit bc573bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions google-api-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ 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.0'
spec.required_ruby_version = '~> 2.4'

spec.add_runtime_dependency 'representable', '~> 3.0'
spec.add_runtime_dependency 'retriable', '>= 2.0', '< 4.0'
spec.add_runtime_dependency 'addressable', '~> 2.5', '>= 2.5.1'
spec.add_runtime_dependency 'mini_mime', '~> 1.0'
spec.add_runtime_dependency 'signet', '~> 0.10'
spec.add_runtime_dependency 'googleauth', '>= 0.5', '< 0.10.0'
spec.add_runtime_dependency 'signet', '~> 0.12'
spec.add_runtime_dependency 'googleauth', '~> 0.9'
spec.add_runtime_dependency 'httpclient', '>= 2.8.1', '< 3.0'
spec.add_development_dependency 'thor', '~> 0.19'
spec.add_development_dependency 'activesupport', '>= 4.2', '< 5.1'
Expand Down

0 comments on commit bc573bf

Please sign in to comment.