Skip to content

Commit

Permalink
Pin excon < 1.0.0 to fix webmock errors
Browse files Browse the repository at this point in the history
  • Loading branch information
andrehjr committed Jan 11, 2025
1 parent a898730 commit ebb391b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem "codeclimate-test-reporter", "~> 0.4"
gem "cucumber", "~> 9.0"
gem "curb", "~> 1.0.1"
gem "em-http-request"
gem "excon", ">= 0.62.0"
gem "excon", ">= 0.62.0", "< 1.0.0"

if ENV['FARADAY_VERSION'] == "1.0"
gem "faraday", "~> 1.0"
Expand Down

0 comments on commit ebb391b

Please sign in to comment.