diff --git a/spec/test_app_templates/Gemfile.extra b/spec/test_app_templates/Gemfile.extra index fc8ad23cf8..d08e3a89c1 100644 --- a/spec/test_app_templates/Gemfile.extra +++ b/spec/test_app_templates/Gemfile.extra @@ -1,5 +1,6 @@ # Use this file to reference specific commits of gems. gem 'flipflop', git: 'https://github.com/jcoyne/flipflop.git', branch: 'hydra' +gem 'curation_concerns', git: 'https://github.com/projecthydra/curation_concerns.git', branch: 'workflow' group :development do gem 'better_errors'