Skip to content

Commit 2fc632c

Browse files
Make rubocop happy
1 parent 02908d7 commit 2fc632c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

gemfiles/standard.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ 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
48+
gem 'async', '2.23.1', platforms: :mri if RUBY_VERSION.match?(/^3\.1/)
5149
gem 'rubydns', platforms: :mri
5250
gem 'rspec-retry'
5351
gem 'rfc', '~> 0.2.0'

0 commit comments

Comments
 (0)