Skip to content

Commit d37fa8e

Browse files
committed
Add conditional development dependency on mutex_m
1 parent b26429a commit d37fa8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Gemfile

+4
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ end
2424
platforms :jruby do
2525
gem 'jruby-openssl'
2626
end
27+
28+
if RUBY_VERSION >= '3.4'
29+
gem 'mutex_m' # TODO: remove this once as-notifications has such a dependency
30+
end

0 commit comments

Comments
 (0)