From 47db8f9c7d00582ac1b96c0538aa8dada0de663f Mon Sep 17 00:00:00 2001 From: Mathieu Magnin Date: Thu, 21 Sep 2017 16:47:06 +0200 Subject: [PATCH] Add Kaminari gem for pagination --- Gemfile | 1 + Gemfile.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 9b4d7a0bf..a254eeb39 100644 --- a/Gemfile +++ b/Gemfile @@ -37,6 +37,7 @@ gem 'bootstrap-sass', '~> 3.3.5' # Pagination gem 'will_paginate-bootstrap' +gem 'kaminari' # Decorators gem 'draper', '~> 3.0.0.pre1' diff --git a/Gemfile.lock b/Gemfile.lock index fca30b5c4..fda9782df 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -710,6 +710,7 @@ DEPENDENCIES haml-rails hashie jquery-rails + kaminari launchy leaflet-draw-rails leaflet-markercluster-rails (~> 0.7.0)