diff --git a/Gemfile b/Gemfile index bb920bf..f9dbee8 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index 358b7ee..d60e30a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,3 @@ -GIT - remote: git://github.com/acrogenesis/will_paginate-foundation.git - revision: a67a198423c61b07f0cf0c61faa9c5d7c4644fed - specs: - will_paginate-foundation (5.3.3) - will_paginate (>= 3.0.3) - GEM remote: https://rubygems.org/ specs: @@ -141,6 +134,8 @@ GEM execjs (>= 0.3.0) json (>= 1.8.0) will_paginate (3.0.7) + will_paginate-foundation (5.3.4) + will_paginate (>= 3.0.3) PLATFORMS ruby @@ -162,4 +157,4 @@ DEPENDENCIES slim-rails uglifier (>= 1.3.0) will_paginate - will_paginate-foundation! + will_paginate-foundation