Merge pull request #181 from AyuntamientoMadrid/adds-kaminari
adds kaminari to Gemfile
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user