From 97f98b4dc48364fc2d68379a911dd9cff9701f63 Mon Sep 17 00:00:00 2001 From: Chris Colvard Date: Wed, 4 Sep 2024 14:36:46 -0400 Subject: [PATCH] Test AF rewording branch --- Gemfile | 2 +- spec/test_app_templates/Gemfile.extra | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index baa5fc54..3d23429c 100644 --- a/Gemfile +++ b/Gemfile @@ -51,7 +51,7 @@ if !ENV['RAILS_VERSION'] || ENV['RAILS_VERSION'] =~ /^5/ gem 'psych', '< 4' end -gem 'active-fedora', git: "https://github.com/samvera/active_fedora.git", branch: "further_along_the_rails" +gem 'active-fedora', git: "https://github.com/samvera/active_fedora.git", branch: "rewording" #if ENV['ACTIVE_FEDORA_VERSION'] # gem 'active-fedora', ENV['ACTIVE_FEDORA_VERSION'] #end diff --git a/spec/test_app_templates/Gemfile.extra b/spec/test_app_templates/Gemfile.extra index ff63c16e..855cc087 100644 --- a/spec/test_app_templates/Gemfile.extra +++ b/spec/test_app_templates/Gemfile.extra @@ -1,6 +1,6 @@ gem 'byebug' unless ENV['CI'] -gem 'active-fedora', git: "https://github.com/samvera/active_fedora.git", branch: "further_along_the_rails" +gem 'active-fedora', git: "https://github.com/samvera/active_fedora.git", branch: "rewording" #if ENV['ACTIVE_FEDORA_VERSION'] # gem 'active-fedora', ENV['ACTIVE_FEDORA_VERSION'] #end