Using standard location for will_paginate-foundation Gem
This commit is contained in:
parent
2b32fe58e9
commit
219d1c5253
2 changed files with 7 additions and 10 deletions
6
Gemfile
6
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'
|
||||
|
|
|
|||
11
Gemfile.lock
11
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue