From 9e0c3a2cf402b7b1c3c2d2f6c8ff934dc34d9f52 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Thu, 22 Aug 2024 09:15:36 -0500 Subject: [PATCH] Test AATO 1132 https://github.com/mbleigh/acts-as-taggable-on/pull/1132 --- spec/test_app_templates/Gemfile.extra | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/test_app_templates/Gemfile.extra b/spec/test_app_templates/Gemfile.extra index 575e79f5d..baf191ff5 100644 --- a/spec/test_app_templates/Gemfile.extra +++ b/spec/test_app_templates/Gemfile.extra @@ -3,3 +3,5 @@ if ENV['BLACKLIGHT_VERSION'] == 'edge' gem 'blacklight-gallery', github: 'projectblacklight/blacklight-gallery' gem 'blacklight-oembed', github: 'projectblacklight/blacklight-oembed' end + +gem 'acts-as-taggable-on', github: 'seuros:acts-as-taggable-on'