Skip to content

Commit

Permalink
pin ethon version to 0.14.0 due to failure on
Browse files Browse the repository at this point in the history
jruby in new ethon version
  • Loading branch information
tannalynn committed Oct 19, 2021
1 parent e3fbf55 commit 7fd29f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/multiverse/suites/typhoeus/Envfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ instrumentation_methods :chain, :prepend

gemfile <<-RB
gem 'typhoeus' # latest version
gem 'ethon', '0.14.0'
gem 'rack'
#{ruby3_gem_webrick}
RB

SUPPORTED_TYPHOEUS_VERSIONS.each do |version|
gemfile <<-RB
gem 'typhoeus', '~> #{version}'
gem 'ethon', '0.14.0'
gem 'rack'
#{ruby3_gem_webrick}
RB
Expand Down

0 comments on commit 7fd29f6

Please sign in to comment.