Skip to content

Commit

Permalink
Update ActiveFedora to 12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Dec 7, 2017
1 parent 4fd8d9a commit dcc5d24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hyrax.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ SUMMARY
# http://guides.rubyonrails.org/maintenance_policy.html
spec.add_dependency 'rails', '~> 5.0'

spec.add_dependency 'active-fedora', '~> 12.0'
spec.add_dependency 'blacklight', '~> 6.11', '>= 6.11.2'
spec.add_dependency 'blacklight-gallery', '~> 0.7'
spec.add_dependency 'browse-everything', '>= 0.10.5'
Expand Down Expand Up @@ -62,8 +63,8 @@ SUMMARY
spec.add_dependency 'qa', '~> 2.0' # questioning_authority
spec.add_dependency 'rails_autolink', '~> 1.1'
spec.add_dependency 'rdf-rdfxml' # controlled vocabulary importer

# Pin more tightly because 0.x gems are potentially unstable
spec.add_dependency 'active-fedora', '~> 11.5', '>= 11.5.2'
spec.add_dependency 'dry-equalizer', '~> 0.2'
spec.add_dependency 'dry-struct', '~> 0.1'
spec.add_dependency 'dry-validation', '~> 0.9'
Expand Down
2 changes: 2 additions & 0 deletions spec/test_app_templates/Gemfile.extra
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Use this file to reference specific commits of gems.

gem 'hydra-head', github: 'samvera/hydra-head'

group :development do
gem 'better_errors'
gem 'binding_of_caller'
Expand Down

0 comments on commit dcc5d24

Please sign in to comment.