Skip to content

Commit

Permalink
Restrict the version of google-api-client to reduce risk of breaking …
Browse files Browse the repository at this point in the history
…changes.
  • Loading branch information
gimite committed Apr 6, 2017
1 parent 3b9029f commit eef0dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_drive.gemspec
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']

s.add_dependency('nokogiri', ['>= 1.5.3', '< 2.0.0'])
s.add_dependency('google-api-client', ['>= 0.11.0', '< 1.0.0'])
s.add_dependency('google-api-client', ['>= 0.11.0', '< 0.12.0'])
s.add_dependency('googleauth', ['>= 0.5.0', '< 1.0.0'])
s.add_development_dependency('test-unit', ['>= 3.0.0', '< 4.0.0'])
s.add_development_dependency('rake', ['>= 0.8.0'])
Expand Down

0 comments on commit eef0dfb

Please sign in to comment.