Using standard location for will_paginate-foundation Gem

This commit is contained in:
Christoph Haas 2014-12-01 00:15:05 +01:00
parent 2b32fe58e9
commit 219d1c5253
2 changed files with 7 additions and 10 deletions

View file

@ -67,8 +67,10 @@ gem 'foundation-rails'
# Pagination
gem 'will_paginate'
#gem 'foundation-will_paginate', :github => 'acrogenesis/will_paginate-foundation'
gem 'will_paginate-foundation', :github => 'acrogenesis/will_paginate-foundation'
# Style the paginator properly to use Zurb Foundation's style
# https://github.com/acrogenesis/will_paginate-foundation
gem 'will_paginate-foundation'
# Lightbox image viewer for full-sized images
gem 'fancybox2-rails', '~> 0.2.4'