Skip to content

Commit

Permalink
Allow depending on hydra-editor 2 or 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jun 23, 2016
1 parent 1882550 commit 618ba30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curation_concerns.gemspec
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "breadcrumbs_on_rails", "~> 2.3"
spec.add_dependency "jquery-ui-rails"
spec.add_dependency "simple_form", '~> 3.1'
spec.add_dependency 'hydra-editor', '~> 2.0'
spec.add_dependency 'hydra-editor', '~> 2', '< 4'
spec.add_dependency 'blacklight_advanced_search', '~> 6.0'
spec.add_dependency 'rails_autolink'
spec.add_dependency 'sprockets-es6'
Expand Down

0 comments on commit 618ba30

Please sign in to comment.