Skip to content

Commit

Permalink
Bump hydra-head to 10.4.0 to fix caching bug
Browse files Browse the repository at this point in the history
Previously `WorksControllerBehavior#permissions_changed?` would return
false if the access level of a user had been changed, or a user was
removed from the form.
  • Loading branch information
jcoyne committed Jan 25, 2017
1 parent 2586258 commit 1faf31c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sufia.gemspec
Expand Up @@ -19,8 +19,7 @@ Gem::Specification.new do |spec|
spec.license = 'Apache2'

spec.add_dependency 'curation_concerns', '~> 1.7.2'
# This is not required, but helps bundler resolve a bundle faster:
spec.add_dependency 'hydra-head', '>= 10.1'
spec.add_dependency 'hydra-head', '>= 10.4.0'
spec.add_dependency 'hydra-batch-edit', '~> 2.0'
spec.add_dependency 'browse-everything', '>= 0.10.3'
spec.add_dependency 'blacklight', '~> 6.6'
Expand Down

0 comments on commit 1faf31c

Please sign in to comment.