Skip to content

Commit

Permalink
Pinning to Blacklight >= 7 and Rails >= 7. Though untested with Black…
Browse files Browse the repository at this point in the history
…light 7, we think it might be compatible.
  • Loading branch information
cgalarza committed Aug 12, 2024
1 parent 92216a1 commit db90097
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Blacklight plugin that adds the ability to download a [RIS representation](https
### Versioning
`v0.1.0` -> Known to work with Blacklight v6 and Rails 4

`v0.2.0` -> Known to work with Blacklight v8 and Rails 7 (untested with Blacklight v7 but might work)

## Installation

Add this line to your application's Gemfile:
Expand Down
4 changes: 2 additions & 2 deletions blacklight-ris.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Gem::Specification.new do |s|

s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]

s.add_dependency "rails"
s.add_dependency "blacklight"
s.add_dependency "rails", '>= 7'
s.add_dependency "blacklight", '>= 7'

s.metadata['rubygems_mfa_required'] = 'false'
end

0 comments on commit db90097

Please sign in to comment.