Skip to content

Commit

Permalink
Allow recent kaminari_route_prefix
Browse files Browse the repository at this point in the history
Which will then allow kaminari 1.0.

Not sure what the requirement should actually be, so I just said <2, figuring
eventually kaminari_route_prefix 1.0 is likely to be backwards compat with
current (already in production in many apps) 0.1.1
  • Loading branch information
jrochkind committed Sep 12, 2017
1 parent 1c74f6a commit 4ce4b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curation_concerns.gemspec
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'hydra-editor', '>= 2', '< 4'
spec.add_dependency 'rails_autolink'
spec.add_dependency 'sprockets-es6'
spec.add_dependency 'kaminari_route_prefix', '~> 0.0.1'
spec.add_dependency 'kaminari_route_prefix', "< 2"
spec.add_dependency 'active_attr'
spec.add_dependency 'hydra-works', '>= 0.14.0'
spec.add_dependency 'active_fedora-noid', '~> 2.0.0.beta5'
Expand Down

0 comments on commit 4ce4b8a

Please sign in to comment.