Skip to content

Commit 60d8bc3

Browse files
committed
[CI] Bundle mutex_m on Ruby >= 3.4
1 parent cd77dfb commit 60d8bc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ gem 'loofah', RUBY_VERSION < '2.5' ? '< 2.21.0' : '>= 0'
4444
gem 'selenium-webdriver'
4545
gem 'net-smtp' if RUBY_VERSION >= '3.1'
4646
gem 'bigdecimal' if RUBY_VERSION >= '3.4'
47+
gem 'mutex_m' if RUBY_VERSION >= '3.4'

0 commit comments

Comments
 (0)