Skip to content

Commit

Permalink
Works with minimum 1.10 version - tested
Browse files Browse the repository at this point in the history
  • Loading branch information
itstheraj authored and drnic committed Jul 30, 2024
1 parent 30b901c commit 2057a8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Run the default task
run: bundle exec rake
- name: Run the test suite with lower Faraday versions
run: FARADAY_VERSION=1.0.0 bin/setup && bundle exec rake test
run: FARADAY_VERSION=1.10.3 bin/setup && bundle exec rake test
2 changes: 1 addition & 1 deletion groq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "faraday", ENV['FARADAY_VERSION'] || ">= 1.0"
spec.add_dependency "faraday", ENV['FARADAY_VERSION'] || ">= 1.10.0"
spec.add_dependency "json"
spec.add_dependency "activesupport", "> 5" # for Concerns
spec.add_dependency "event_stream_parser", "~> 1.0"
Expand Down

0 comments on commit 2057a8a

Please sign in to comment.