Skip to content

Commit

Permalink
Add conditional development dependency on mutex_m
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Feb 19, 2024
1 parent b26429a commit cb285e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ end
platforms :jruby do
gem 'jruby-openssl'
end

if RUBY_VERSION >= '3.4'
gem 'mutex_m' # TODO: remove this once as-notifications has such a dependency
end

0 comments on commit cb285e7

Please sign in to comment.