From 055c66b32fe648846266bfdb91b3359c00f176c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Sun, 16 Aug 2015 23:07:43 +0200 Subject: [PATCH] adds kaminari to Gemfile related: #80 --- Gemfile | 1 + Gemfile.lock | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index 22ebde8ec..a4e9b0e20 100644 --- a/Gemfile +++ b/Gemfile @@ -21,6 +21,7 @@ gem 'turbolinks' gem 'devise' # Use ActiveModel has_secure_password # gem 'bcrypt', '~> 3.1.7' +gem 'kaminari' gem 'acts_as_commentable_with_threading' gem 'acts-as-taggable-on' gem "responders" diff --git a/Gemfile.lock b/Gemfile.lock index 10f18b079..2bcab8ad0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -153,6 +153,9 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (1.8.3) + kaminari (0.16.3) + actionpack (>= 3.0.0) + activesupport (>= 3.0.0) kgio (2.9.3) launchy (2.4.3) addressable (~> 2.3) @@ -325,6 +328,7 @@ DEPENDENCIES i18n-tasks initialjs-rails jquery-rails + kaminari launchy letter_opener_web (~> 1.2.0) pg