Skip to content

Commit

Permalink
Merge pull request #2319 from newrelic/pin_asyncio_version
Browse files Browse the repository at this point in the history
Pin async-io to < 1.37.0 on ruby < 2.7
  • Loading branch information
tannalynn authored Nov 15, 2023
2 parents 93e3e83 + d81121f commit 0bbd74d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/multiverse/suites/async_http/Envfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ASYNC_HTTP_VERSIONS = [
def gem_list(async_http_version = nil)
<<~GEM_LIST
gem 'async-http'#{async_http_version}
#{"gem 'async-io', '< 1.37.0'" if RUBY_VERSION < '2.7'}
gem 'rack'
GEM_LIST
end
Expand Down

0 comments on commit 0bbd74d

Please sign in to comment.