Skip to content

Commit

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

gemfile <<-RB
gem 'typhoeus' # latest version
gem 'ethon', '0.14.0'
if RUBY_PLATFORM == 'java'
gem 'ethon', '0.14.0'
end
gem 'rack'
#{ruby3_gem_webrick}
RB

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

0 comments on commit 378a510

Please sign in to comment.