Skip to content

Commit

Permalink
Relax faraday version restriction (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBert authored Jul 20, 2024
1 parent 7189859 commit e52f4bb
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 e52f4bb

Please sign in to comment.