Skip to content

Commit bf2c98a

Browse files
committed
Merge pull request #1174 from projectblacklight/relax_kaminari
Relax spec on kaminari, so the 1.0.0.alpha (master) branch can be used
2 parents 11cfba7 + 02d9efe commit bf2c98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blacklight.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
1919

2020
s.add_dependency "rails", ">= 3.2.6", "< 5"
2121
s.add_dependency "nokogiri", "~>1.6" # XML Parser
22-
s.add_dependency "kaminari", "~> 0.15" # the pagination (page 1,2,3, etc..) of our search results
22+
s.add_dependency "kaminari", ">= 0.15" # the pagination (page 1,2,3, etc..) of our search results
2323
s.add_dependency "rsolr", "~> 1.0.11" # Library for interacting with rSolr.
2424
s.add_dependency "bootstrap-sass", "~> 3.2"
2525
s.add_dependency "deprecation"

0 commit comments

Comments
 (0)