Skip to content

Commit

Permalink
Use released version of ActiveFedora
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar committed Sep 30, 2024
1 parent 7bd83b5 commit e1761fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@ 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"
#if ENV['ACTIVE_FEDORA_VERSION']
# gem 'active-fedora', ENV['ACTIVE_FEDORA_VERSION']
#end
if ENV['ACTIVE_FEDORA_VERSION']
gem 'active-fedora', ENV['ACTIVE_FEDORA_VERSION']
end

if ENV['BLACKLIGHT_VERSION']
gem 'blacklight', ENV['BLACKLIGHT_VERSION']
Expand Down
7 changes: 3 additions & 4 deletions spec/test_app_templates/Gemfile.extra
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
gem 'byebug' unless ENV['CI']

gem 'active-fedora', git: "https://github.com/samvera/active_fedora.git", branch: "further_along_the_rails"
#if ENV['ACTIVE_FEDORA_VERSION']
# gem 'active-fedora', ENV['ACTIVE_FEDORA_VERSION']
#end
if ENV['ACTIVE_FEDORA_VERSION']
gem 'active-fedora', ENV['ACTIVE_FEDORA_VERSION']
end

if !ENV['RAILS_VERSION'] || ENV['RAILS_VERSION'] =~ /^6.0/ || ENV['RAILS_VERSION'] =~ /^5/
gem 'psych', '< 4'
Expand Down

0 comments on commit e1761fe

Please sign in to comment.