Skip to content

Commit

Permalink
tests depend on faraday 1.0 until I support 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
notEthan committed Jan 16, 2022
1 parent d45fe39 commit eb7677b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scorpio.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "jsi", "~> 0.4.0"
spec.add_dependency "ur", "~> 0.2.0"
spec.add_dependency "faraday"
spec.add_dependency "faraday", "~> 1.0"
spec.add_development_dependency "rake"
spec.add_development_dependency "minitest", "~> 5.0"
spec.add_development_dependency "minitest-around"
Expand Down

0 comments on commit eb7677b

Please sign in to comment.