Skip to content

Commit

Permalink
Merge pull request #512 from Shopify/update-googleauth
Browse files Browse the repository at this point in the history
Update google auth to 0.8
  • Loading branch information
karanthukral committed Jul 11, 2019
2 parents 05d8800 + bc82e17 commit 4512fcf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## next

## 0.26.7

*Other*
- Bump `googleauth` dependency. ([#512](https://github.com/Shopify/kubernetes-deploy/pull/512))

## 0.26.6

*Bug Fixes*
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-deploy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 2.3.0'
spec.add_dependency("activesupport", ">= 5.0")
spec.add_dependency("kubeclient", "~> 4.3")
spec.add_dependency("googleauth", "~> 0.6.6") # https://github.com/google/google-auth-library-ruby/issues/153
spec.add_dependency("googleauth", "~> 0.8.0")
spec.add_dependency("ejson", "~> 1.0")
spec.add_dependency("colorize", "~> 0.8")
spec.add_dependency("statsd-instrument", '~> 2.3', '>= 2.3.2')
Expand Down
2 changes: 1 addition & 1 deletion lib/kubernetes-deploy/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module KubernetesDeploy
VERSION = "0.26.6"
VERSION = "0.26.7"
end

0 comments on commit 4512fcf

Please sign in to comment.