We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd77dfb commit 60d8bc3Copy full SHA for 60d8bc3
Gemfile
@@ -44,3 +44,4 @@ gem 'loofah', RUBY_VERSION < '2.5' ? '< 2.21.0' : '>= 0'
44
gem 'selenium-webdriver'
45
gem 'net-smtp' if RUBY_VERSION >= '3.1'
46
gem 'bigdecimal' if RUBY_VERSION >= '3.4'
47
+gem 'mutex_m' if RUBY_VERSION >= '3.4'
0 commit comments