Skip to content

Commit

Permalink
Relax faraday version restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBert committed Jul 19, 2024
1 parent 7189859 commit 533be8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasabi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|

s.license = 'MIT'

s.add_dependency "faraday", "~> 2.8"
s.add_dependency "faraday", ">=1.9", "<3"
s.add_dependency "nokogiri", ">= 1.13.9"
s.add_dependency "addressable"

Expand Down

0 comments on commit 533be8c

Please sign in to comment.