Skip to content

Commit

Permalink
preventing breaking changes in googleauth
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaptista committed Jan 6, 2024
1 parent eee7394 commit d563f95
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 @@ -4,7 +4,7 @@ PATH
gemini-ai (3.1.1)
event_stream_parser (~> 1.0)
faraday (~> 2.8, >= 2.8.1)
googleauth (>= 1.8)
googleauth (>= 1.8, < 3)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemini-ai.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'event_stream_parser', '~> 1.0'
spec.add_dependency 'faraday', '~> 2.8', '>= 2.8.1'
spec.add_dependency 'googleauth', '>= 1.8'
spec.add_dependency 'googleauth', '>= 1.8', '< 3'

spec.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit d563f95

Please sign in to comment.