From 541418130f0f63846be8fb5718041e8f38711741 Mon Sep 17 00:00:00 2001 From: yysaki Date: Sat, 2 Dec 2023 21:36:34 +0900 Subject: [PATCH] Pin loofah for ruby 2.4 in Gemfile ref: https://github.com/flavorjones/loofah/issues/266 --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 28d13cd..efeb546 100644 --- a/Gemfile +++ b/Gemfile @@ -9,6 +9,8 @@ end gem "bigdecimal", "~> 1.4" if RUBY_VERSION >= "2.5" && RAILS_VERSION = "4.2" +gem "loofah", "2.20.0" if RUBY_VERSION < "2.5" + gem "test-unit", "~> 3.0" if RUBY_VERSION >= "2.2" && RAILS_VERSION == "3.2" gem 'sprockets', '~>3.0'