Skip to content

Commit

Permalink
Update google auth to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
karanthukral committed Jul 11, 2019
1 parent 05d8800 commit 14a8a3b
Showing 1 changed file with 1 addition and 1 deletion.
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") # https://github.com/google/google-auth-library-ruby/issues/153
spec.add_dependency("ejson", "~> 1.0")
spec.add_dependency("colorize", "~> 0.8")
spec.add_dependency("statsd-instrument", '~> 2.3', '>= 2.3.2')
Expand Down

0 comments on commit 14a8a3b

Please sign in to comment.