Skip to content

Commit

Permalink
Make it clear that Spotlight doesn't work with Rails 7.1 (#3015)
Browse files Browse the repository at this point in the history
Several people have been frustrated trying to install on Rails 7.1, so let's have bundler tell them it's not supported rather than figure it out with runtime errors.
  • Loading branch information
jcoyne authored Mar 5, 2024
1 parent c585f1f commit 66c2b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blacklight-spotlight.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ these collections.)
s.add_dependency 'openseadragon'
s.add_dependency 'ostruct', '!= 0.3.0', '!= 0.3.1', '!= 0.3.2'
s.add_dependency 'paper_trail', '>= 11.0', '< 16'
s.add_dependency 'rails', '>= 6.1', '< 8'
s.add_dependency 'rails', '>= 6.1', '< 7.1'
s.add_dependency 'redcarpet', '>= 2.0.1', '< 4'
s.add_dependency 'riiif', '~> 2.0'
s.add_dependency 'roar', '~> 1.1'
Expand Down

0 comments on commit 66c2b28

Please sign in to comment.