Skip to content

Commit

Permalink
Loosen Active-fedora dependency to allow version 11
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Sep 13, 2016
1 parent 4c21ab1 commit e1173d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion active_fedora-noid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^spec/})
spec.require_paths = ["lib"]

spec.add_dependency 'active-fedora', '>= 9.7', '< 11'
spec.add_dependency 'active-fedora', '>= 9.7', '< 12'
spec.add_dependency 'noid', '~> 0.9'
spec.add_dependency 'rails', '>= 4.2.6', '< 6'

Expand Down

0 comments on commit e1173d6

Please sign in to comment.