Skip to content

Commit

Permalink
Merge pull request #151 from chef/btm/cloud2
Browse files Browse the repository at this point in the history
Depend on knife-cloud v2, which supports Chef 15+
  • Loading branch information
btm authored Jun 7, 2019
2 parents 010e746 + 589b489 commit 137f06f
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,7 +17,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.required_ruby_version = ">= 2.2.2"

s.add_dependency "knife-cloud", "~> 1.2.0"
s.add_dependency "knife-cloud", "~> 2.0.0"
s.add_dependency "google-api-client", ">= 0.19.8", "< 0.25" # each version introduces breaking changes which we need to validate
s.add_dependency "gcewinpass", "~> 1.1"
end

0 comments on commit 137f06f

Please sign in to comment.