Skip to content

Commit

Permalink
Update knife-google.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Stromweld authored Jan 22, 2025
1 parent 76bbd0f commit e662d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knife-google.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Gem::Specification.new do |s|

s.add_dependency "knife"
s.add_dependency "knife-cloud", ">= 4.0.0"
s.add_dependency "google-api-client", ">= 0.23.9", "< 0.53.0" # each version introduces breaking changes which we need to validate
s.add_dependency "google-api-client", ">= 0.23.9", "< 0.54.0" # each version introduces breaking changes which we need to validate
s.add_dependency "gcewinpass", "~> 1.1"
end

0 comments on commit e662d2c

Please sign in to comment.