Skip to content

Commit

Permalink
ActiveFedora depends on Solrizer
Browse files Browse the repository at this point in the history
Previously we were pulling solrizer in as a transitive dependency of OM,
but ActiveFedora depends directly on Solrizer, so we should reflect that
in the gemspec.
  • Loading branch information
jcoyne committed Mar 16, 2016
1 parent f00d935 commit 8e94cbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions active-fedora.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 1.9.3'

s.add_dependency 'rsolr', '~> 1.0', '>= 1.0.10'
s.add_dependency 'solrizer', '~> 3.4'
s.add_dependency 'om', '~> 3.1'
s.add_dependency 'nom-xml', '>= 0.5.1'
s.add_dependency "activesupport", '>= 4.1.0'
Expand Down

0 comments on commit 8e94cbf

Please sign in to comment.