Skip to content

Commit 6b6719d

Browse files
committed
Merge pull request #554 from ebenenglish/update-bootstrap
update blacklight.gemspec to use bootstrap-sass-2.3.1 and above
2 parents 2eb87e7 + 41160a5 commit 6b6719d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blacklight.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
2828
s.add_dependency "rsolr", "~> 1.0.6" # Library for interacting with rSolr.
2929
s.add_dependency "kaminari", "~> 0.13" # the pagination (page 1,2,3, etc..) of our search results
3030
s.add_dependency "sass-rails"
31-
s.add_dependency "bootstrap-sass", "~> 2.2.0"
31+
s.add_dependency "bootstrap-sass", ">= 2.2.0", "< 2.4"
3232
s.add_development_dependency "jettywrapper", ">= 1.4.1"
3333
s.add_development_dependency "rspec-rails"
3434
end

0 commit comments

Comments
 (0)