Skip to content

Commit

Permalink
Merge pull request #531 from inspec/update-google-api-v034
Browse files Browse the repository at this point in the history
Update google-api-client version.
  • Loading branch information
miah authored Nov 13, 2019
2 parents 23f9775 + 807ec97 commit c5114bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions train.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Gem::Specification.new do |spec|
spec.add_dependency "azure_graph_rbac", "~> 0.16"
spec.add_dependency "azure_mgmt_key_vault", "~> 0.17"
spec.add_dependency "activesupport", "~> 5.2.3"
spec.add_dependency "google-api-client", "~> 0.23.9"
spec.add_dependency "googleauth", "~> 0.6.6"
spec.add_dependency "google-api-client", ">= 0.23.9", "< 0.35.0"
spec.add_dependency "googleauth", ">= 0.6.6", "< 0.11.0"
spec.add_dependency "inifile"

spec.add_development_dependency "mocha", "~> 1.1"
Expand Down

0 comments on commit c5114bc

Please sign in to comment.