Skip to content

Commit

Permalink
gem: pin down googleauth gem to below 1.9
Browse files Browse the repository at this point in the history
Signed-off-by: Sonu Saha <[email protected]>
  • Loading branch information
ahasunos committed Apr 15, 2024
1 parent 76f14b3 commit a66e61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "azure_mgmt_security", "~> 0.18"
spec.add_dependency "azure_mgmt_storage", "~> 0.18"
spec.add_dependency "docker-api", ">= 1.26", "< 3.0"
spec.add_dependency "googleauth", ">= 0.16.2", "< 2.a"
spec.add_dependency "googleauth", ">= 0.16.2", "< 1.9.0"
spec.add_dependency "google-apis-admin_directory_v1", "~> 0.46.0"
spec.add_dependency "google-apis-cloudkms_v1", "~> 0.41.0"
spec.add_dependency "google-apis-monitoring_v3", "~> 0.51.0"
Expand Down

0 comments on commit a66e61e

Please sign in to comment.