Skip to content

Commit

Permalink
Add conditional test dependency on base64, mutex_m, bigdecimal
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Feb 19, 2024
1 parent 9f13b64 commit 9d1ef93
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ group :test do
gem 'zeitwerk', :require => false
end
gem 'loofah', '< 2.21.0', :require => false if RUBY_VERSION < '2.6'

# TODO: remove these requires once activesupport has such dependencies
# in all versions of Rails we test against on Ruby >=3.4 (and edge).
if RUBY_VERSION >= '3.4' || ENV['RAILS_VERSION'] == 'edge'
gem 'base64', :require => false
gem 'mutex_m', :require => false
end
end

group :rubocop do
Expand Down

0 comments on commit 9d1ef93

Please sign in to comment.