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 f7de38a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Gemfile
Expand Up @@ -68,6 +68,14 @@ 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 head).
if RUBY_VERSION >= '3.4'
gem 'base64', :require => false
gem 'bigdecimal', :require => false
gem 'mutex_m', :require => false
end
end

group :rubocop do
Expand Down

0 comments on commit f7de38a

Please sign in to comment.