Skip to content

Commit

Permalink
feat: Update to use the google-apis-compute_v1 directly (#120)
Browse files Browse the repository at this point in the history
The previous all-in-one Google API gem hasn't been updated in two years.

Signed-off-by: Tim Smith <tsmith84@gmail.com>
Signed-off-by: Dan Webb <dan.webb@damacus.io>
Co-authored-by: Dan Webb <dan.webb@damacus.io>
  • Loading branch information
tas50 and damacus authored Nov 28, 2023
1 parent f9e1ce7 commit 471c04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitchen-google.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency "gcewinpass", "~> 1.1"
s.add_dependency "google-api-client", ">= 0.23.9", "<= 0.54.0"
s.add_dependency "google-apis-compute_v1", ">= 0.75"
s.add_dependency "test-kitchen", ">= 1.0.0", "< 4.0"

s.required_ruby_version = ">= 3.1"
Expand Down

0 comments on commit 471c04d

Please sign in to comment.