Skip to content

Commit

Permalink
Relax the dependency on breadcrumbs_on_rails to permit version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Aug 9, 2016
1 parent 7521e65 commit a1a3d95
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions curation_concerns.gemspec
Original file line number Diff line number Diff line change
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 a1a3d95

Please sign in to comment.