From b57aa8dd5a37ddecf76390c68dc13823fce80094 Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Tue, 28 Jan 2020 15:31:20 -0800 Subject: [PATCH] use sir-trevor fork that supports Rails 6 https://github.com/madebymany/sir-trevor-rails/pull/58 --- blacklight-spotlight.gemspec | 1 - spec/test_app_templates/Gemfile.extra | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/blacklight-spotlight.gemspec b/blacklight-spotlight.gemspec index d5f0fe2684..f23fdb1cff 100644 --- a/blacklight-spotlight.gemspec +++ b/blacklight-spotlight.gemspec @@ -52,7 +52,6 @@ these collections.) s.add_dependency 'roar', '~> 1.1' s.add_dependency 'roar-rails' s.add_dependency 'signet' - s.add_dependency 'sir_trevor_rails', '~> 0.5' s.add_dependency 'sprockets', '< 4' s.add_dependency 'sprockets-es6' s.add_dependency 'tophat' diff --git a/spec/test_app_templates/Gemfile.extra b/spec/test_app_templates/Gemfile.extra index c1e4c2792a..100ca31e46 100644 --- a/spec/test_app_templates/Gemfile.extra +++ b/spec/test_app_templates/Gemfile.extra @@ -1,4 +1,5 @@ gem 'acts-as-taggable-on', github: 'mbleigh/acts-as-taggable-on' gem 'blacklight-oembed', '>= 0.1', github: 'sul-dlss/blacklight-oembed' gem 'bootstrap_form', github: 'dunn/bootstrap_form' +gem 'sir_trevor_rails', 'github: 'cbeer/sir-trevor-rails', branch: rails6' gem 'thor'