Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow googleauth >= 0.5.0 #8

Merged
merged 1 commit into from
Apr 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
google-oauth-cli (1.0.0)
googleauth (~> 1.5)
googleauth (>= 0.5.0, < 2.0.0)
launchy (~> 2.5)

GEM
Expand All @@ -12,23 +12,23 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
diff-lcs (1.5.0)
faraday (2.7.4)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
googleauth (1.5.0)
faraday (>= 0.17.3, < 3.a)
faraday (1.2.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords
googleauth (0.17.1)
faraday (>= 0.17.3, < 2.0)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
signet (~> 0.15)
json (2.6.3)
jwt (2.7.0)
launchy (2.5.2)
addressable (~> 2.8)
memoist (0.16.2)
multi_json (1.15.0)
multipart-post (2.3.0)
os (1.1.4)
parallel (1.22.1)
parser (3.2.2.0)
Expand Down
2 changes: 1 addition & 1 deletion google-oauth-cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

# Uncomment to register a new dependency of your gem
spec.add_dependency "googleauth", "~> 1.5"
spec.add_dependency "googleauth", [">= 0.5.0", "< 2.0.0"]
spec.add_dependency "launchy", "~> 2.5"

# For more information and examples about making a new gem, check out our
Expand Down