Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
Loosen dependency on googleauth (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma committed Oct 11, 2019
1 parent c29cedd commit 92aeaf5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

### 1.8.1 / 2019-10-10

* Loosen dependency on googleauth to retain compatibility with googleauth 0.9 and older libraries that depend on it.

### 1.8.0 / 2019-10-09

This release requires Ruby 2.4 or later.
Expand Down
2 changes: 1 addition & 1 deletion google-gax.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.4.0'

s.add_dependency 'googleauth', '~> 0.10.0'
s.add_dependency 'googleauth', '~> 0.9'
s.add_dependency 'grpc', '~> 1.24'
s.add_dependency 'googleapis-common-protos', '>= 1.3.9', '< 2.0'
s.add_dependency 'google-protobuf', '~> 3.9'
Expand Down
2 changes: 1 addition & 1 deletion lib/google/gax/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@

module Google
module Gax
VERSION = '1.8.0'.freeze
VERSION = '1.8.1'.freeze
end
end

0 comments on commit 92aeaf5

Please sign in to comment.