Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
Use rubydora ~> 2.1, for ActiveModel 5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Apr 26, 2018
1 parent de4e21b commit 69c6e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dor-services.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|

# Runtime dependencies
s.add_dependency 'active-fedora', '>= 6.0', '< 9.a'
s.add_dependency 'activesupport', '>= 3.2.18' # '~> 4.0' #
s.add_dependency 'activesupport', '>= 4.2.10', '< 5.2.0'
s.add_dependency 'confstruct', '~> 0.2.7'
s.add_dependency 'equivalent-xml', '~> 0.5', '>= 0.5.1' # 5.0 insufficient
s.add_dependency 'json', '>= 1.8.1'
Expand All @@ -29,7 +29,7 @@ Gem::Specification.new do |s|
s.add_dependency 'rsolr', '>= 1.0.3', '< 3'
s.add_dependency 'ruby-cache', '~> 0.3.0'
s.add_dependency 'ruby-graphviz'
s.add_dependency 'rubydora', '~> 1.6', '>= 1.6.5'
s.add_dependency 'rubydora', '~> 2.1'
s.add_dependency 'solrizer', '~> 3.0'
s.add_dependency 'systemu', '~> 2.6'
s.add_dependency 'uuidtools', '~> 2.1.4'
Expand Down

0 comments on commit 69c6e43

Please sign in to comment.