Skip to content

Commit

Permalink
Relax blacklight dependency pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer authored and jcoyne committed Oct 9, 2016
1 parent 4f53107 commit e85c38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blacklight-marc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency 'blacklight', '~> 6.1'
spec.add_dependency 'blacklight', '> 6.1', '< 8.a'
spec.add_dependency "library_stdnums"
spec.add_dependency "rails"
# Let's allow future versions of marc, count on
Expand Down

0 comments on commit e85c38c

Please sign in to comment.