Skip to content

Commit e5a4615

Browse files
Pin async to a working version
1 parent bb740d0 commit e5a4615

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gemfiles/standard.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ def standard_dependencies
4545
group :testing do
4646
gem 'timecop'
4747
gem 'ice_nine'
48+
if RUBY_VERSION =~ /^3\.1/
49+
gem 'async', '2.23.1', platforms: :mri
50+
end
4851
gem 'rubydns', platforms: :mri
4952
gem 'rspec-retry'
5053
gem 'rfc', '~> 0.2.0'

0 commit comments

Comments
 (0)