Skip to content

Commit

Permalink
Test AF rewording branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar committed Sep 4, 2024
1 parent 7bd83b5 commit 97f98b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion spec/test_app_templates/Gemfile.extra
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 97f98b4

Please sign in to comment.