adds kaminari to Gemfile

related: #80
This commit is contained in:
Juanjo Bazán
2015-08-16 23:07:43 +02:00
parent 7a53b000c9
commit 055c66b32f
2 changed files with 5 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ gem 'turbolinks'
gem 'devise' gem 'devise'
# Use ActiveModel has_secure_password # Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7' # gem 'bcrypt', '~> 3.1.7'
gem 'kaminari'
gem 'acts_as_commentable_with_threading' gem 'acts_as_commentable_with_threading'
gem 'acts-as-taggable-on' gem 'acts-as-taggable-on'
gem "responders" gem "responders"

View File

@@ -153,6 +153,9 @@ GEM
railties (>= 4.2.0) railties (>= 4.2.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
json (1.8.3) json (1.8.3)
kaminari (0.16.3)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
kgio (2.9.3) kgio (2.9.3)
launchy (2.4.3) launchy (2.4.3)
addressable (~> 2.3) addressable (~> 2.3)
@@ -325,6 +328,7 @@ DEPENDENCIES
i18n-tasks i18n-tasks
initialjs-rails initialjs-rails
jquery-rails jquery-rails
kaminari
launchy launchy
letter_opener_web (~> 1.2.0) letter_opener_web (~> 1.2.0)
pg pg