Skip to content

Commit

Permalink
Bump ActiveFedora dependency to 11.5.2
Browse files Browse the repository at this point in the history
We need this release to fix a major bug in the nested works feature. See
samvera/active_fedora#1286 and #2108.

Fixes #2108.
  • Loading branch information
Tom Johnson authored and jcoyne committed Dec 5, 2017
1 parent 6b2b314 commit b53383d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyrax.gemspec
Expand Up @@ -72,7 +72,7 @@ EOF
spec.add_dependency 'dry-struct', '~> 0.1'
spec.add_dependency 'redlock', '>= 0.1.2'
spec.add_dependency 'retriable', '>= 2.9', '< 4.0'
spec.add_dependency 'active-fedora', '>= 11.3.1'
spec.add_dependency 'active-fedora', '~> 11.5', '>= 11.5.2'
spec.add_dependency 'linkeddata' # Required for getting values from geonames

spec.add_development_dependency 'engine_cart', '~> 1.2'
Expand Down

0 comments on commit b53383d

Please sign in to comment.