diff --git a/Gemfile b/Gemfile index c66ff6e7e..6fb786387 100644 --- a/Gemfile +++ b/Gemfile @@ -67,6 +67,7 @@ group :test do if ENV['RAILS_VERSION'].nil? || ENV['RAILS_VERSION'] >= '6.0.0' gem 'zeitwerk', :require => false end + gem 'loofah', '< 2.21.0', :require => false if RUBY_VERSION < '2.6' end group :rubocop do