Skip to content

Commit

Permalink
Merge pull request #1351 from samvera/rails-5.1
Browse files Browse the repository at this point in the history
Pin to Rails 5.1
  • Loading branch information
Thomas Johnson authored Sep 21, 2018
2 parents 3409234 + 2cbda15 commit 510e0a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions active-fedora.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Gem::Specification.new do |s|

s.add_dependency 'rsolr', '>= 1.1.2', '< 3'
s.add_dependency 'solrizer', '>= 3.4', '< 5'
s.add_dependency "activesupport", '>= 4.2.4', '< 6'
s.add_dependency "activemodel", '>= 4.2', '< 6'
s.add_dependency "activesupport", '>= 4.2.4', '< 5.2'
s.add_dependency "activemodel", '>= 4.2', '< 5.2'
s.add_dependency "active-triples", '>= 0.11.0', '< 2.0.0'
s.add_dependency "deprecation"
s.add_dependency "ldp", '~> 0.7.0'
Expand Down

0 comments on commit 510e0a8

Please sign in to comment.