We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b26429a commit d37fa8eCopy full SHA for d37fa8e
Gemfile
@@ -24,3 +24,7 @@ end
24
platforms :jruby do
25
gem 'jruby-openssl'
26
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