Skip to content

Commit

Permalink
Merge pull request #18 from puppetlabs/dependabot/bundler/googleauth-…
Browse files Browse the repository at this point in the history
…gte-0.16.2-and-lt-1.4.0

Update googleauth requirement from >= 0.16.2, < 1.3.0 to >= 0.16.2, < 1.4.0
  • Loading branch information
yachub authored Apr 20, 2023
2 parents 2971ee6 + 2d4ff56 commit dc31dee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
vmpooler-provider-gce (1.0.0)
google-apis-compute_v1 (~> 0.14)
googleauth (>= 0.16.2, < 1.3.0)
googleauth (>= 0.16.2, < 1.4.0)
vmpooler (~> 3.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion vmpooler-provider-gce.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.files = Dir[ "lib/**/*" ]
s.require_paths = ["lib"]
s.add_dependency "google-apis-compute_v1", "~> 0.14"
s.add_dependency "googleauth", ">= 0.16.2", "< 1.3.0"
s.add_dependency "googleauth", ">= 0.16.2", "< 1.4.0"
s.add_dependency 'vmpooler', '~> 3.0'

# Testing dependencies
Expand Down

0 comments on commit dc31dee

Please sign in to comment.