Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Commit

Permalink
Use AF with fixed file additions
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Mar 20, 2017
1 parent b05ea4f commit 8218768
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ gem 'prawn'
gem 'hydra-works', github: 'projecthydra-labs/hydra-works', branch: 'master'
gem 'hydra-pcdm', github: 'projecthydra-labs/hydra-pcdm', branch: 'master'
gem 'hydra-derivatives', '3.1.3'
gem 'active-fedora', '~> 11.1.2'
gem 'active-fedora', '~> 11.1.2', github: 'projecthydra/active_fedora', branch: 'fix_node_assignment'
gem 'active-triples', '~> 0.11.0'
gem 'active_fedora-noid', '2.0.2'

Expand Down
24 changes: 15 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,20 @@ GIT
tinymce-rails-imageupload (~> 4.0.17.beta)
yaml_db (~> 0.2)

GIT
remote: git://github.com/projecthydra/active_fedora.git
revision: 09a0441f4c30a18495a697b13495d9234d100eac
branch: fix_node_assignment
specs:
active-fedora (11.1.5)
active-triples (~> 0.11.0)
activemodel (>= 4.2, < 6)
activesupport (>= 4.2.4, < 6)
deprecation
ldp (~> 0.6.0)
rsolr (>= 1.1.2, < 3)
solrizer (>= 3.4, < 5)

GIT
remote: git://github.com/pulibrary/grocer.git
revision: 910e3d55f4ddc2792ee4fc80bd47e275aacfd458
Expand Down Expand Up @@ -190,14 +204,6 @@ GEM
erubis (~> 2.7.0)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
active-fedora (11.1.4)
active-triples (~> 0.11.0)
activemodel (>= 4.2, < 6)
activesupport (>= 4.2.4, < 6)
deprecation
ldp (~> 0.6.0)
rsolr (>= 1.1.2, < 3)
solrizer (>= 3.4, < 5)
active-triples (0.11.0)
activemodel (>= 3.0.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -902,7 +908,7 @@ PLATFORMS
ruby

DEPENDENCIES
active-fedora (~> 11.1.2)
active-fedora (~> 11.1.2)!
active-triples (~> 0.11.0)
active_fedora-noid (= 2.0.2)
arabic-letter-connector
Expand Down

0 comments on commit 8218768

Please sign in to comment.