Skip to content

Commit

Permalink
Merge pull request #75 from samvera/update_af
Browse files Browse the repository at this point in the history
Allow running on ActiveFedora 12
  • Loading branch information
escowles authored Dec 8, 2017
2 parents 3fab0ea + 1d6b614 commit 1f94e5e
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 @@ -18,7 +18,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', '< 12'
spec.add_dependency 'active-fedora', '>= 9.7', '< 13'
spec.add_dependency 'noid', '~> 0.9'
spec.add_dependency 'rails', '>= 5.0.0', '< 6'

Expand Down

0 comments on commit 1f94e5e

Please sign in to comment.