Skip to content

Commit

Permalink
Add conditional test 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 9f13b64 commit 5162d44
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 @@ -68,6 +68,10 @@ group :test do
gem 'zeitwerk', :require => false
end
gem 'loofah', '< 2.21.0', :require => false if RUBY_VERSION < '2.6'

# TODO: remove this once activesupport adds it as a dependency
# in all versions of Rails we test against on Ruby >=3.4 (and edge).
gem 'mutex_m', :require => false if RUBY_VERSION >= '3.4' || ENV['RAILS_VERSION'] == 'edge'
end

group :rubocop do
Expand Down

0 comments on commit 5162d44

Please sign in to comment.