Skip to content

Commit

Permalink
Merge pull request #887 from projecthydra/relax_breadcrumbs
Browse files Browse the repository at this point in the history
Relax the dependency on breadcrumbs_on_rails to permit version 3
  • Loading branch information
Thomas Johnson committed Aug 9, 2016
2 parents 7521e65 + a1a3d95 commit a147635
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions curation_concerns.gemspec
Expand Up @@ -20,9 +20,9 @@ Gem::Specification.new do |spec|

spec.add_dependency 'hydra-head', '>= 10.0.0', '< 11'
spec.add_dependency 'blacklight', '~> 6.3'
spec.add_dependency "breadcrumbs_on_rails", "~> 2.3"
spec.add_dependency "jquery-ui-rails"
spec.add_dependency "simple_form", '~> 3.1'
spec.add_dependency 'breadcrumbs_on_rails', '>= 2.3', '< 4'
spec.add_dependency 'jquery-ui-rails'
spec.add_dependency 'simple_form', '~> 3.1'
spec.add_dependency 'hydra-editor', '>= 2', '< 4'
spec.add_dependency 'blacklight_advanced_search', '~> 6.0'
spec.add_dependency 'rails_autolink'
Expand Down Expand Up @@ -60,5 +60,4 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rubocop', '~> 0.39'
spec.add_development_dependency 'rubocop-rspec', '~> 1.4.1'
spec.add_development_dependency 'webmock'

end

0 comments on commit a147635

Please sign in to comment.