Skip to content

Commit

Permalink
Lock ethon (Typhoeus dependency) to 0.15.0 (#963)
Browse files Browse the repository at this point in the history
There has been a Typhoeus spec that has been failing in this project for a few months, it seems to be tied to the 0.16.0 release of the `ethon` gem (typhoeus/ethon@v0.15.0...v0.16.0)
  • Loading branch information
codealchemy committed Jan 26, 2023
1 parent 84e5040 commit f353ec2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ platform :mri do
gem 'webrick'
gem "typhoeus", "~> 1.1.0"
gem "patron", "0.6.3"
# TODO: Remove the pinned version of `ethon` once header issue affecting Typhoeus is resolved
# https://github.com/typhoeus/typhoeus/issues/705
gem "ethon", "0.15.0"
gem "em-http-request"
gem "curb", "~> 1.0.1"
end

0 comments on commit f353ec2

Please sign in to comment.