From 2b6dbc4117fa0011e4f3549db2c8419ae4debdec Mon Sep 17 00:00:00 2001 From: Orien Madgwick <497874+orien@users.noreply.github.com> Date: Mon, 19 Feb 2024 21:07:16 +1100 Subject: [PATCH] CI: loofah --- Gemfile | 1 + 1 file changed, 1 insertion(+) 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