use fixed kaminari (temporary, probably)
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -13,7 +13,7 @@ gem 'rb-readline'
|
||||
gem 'rest-client'
|
||||
gem 'activerecord-session_store'
|
||||
gem 'highlight_js-rails'
|
||||
gem 'kaminari' # pagination
|
||||
gem 'kaminari', github: 'jomo/kaminari', branch: 'patch-2' # pagination
|
||||
|
||||
# Gems used only for assets and not required
|
||||
# in production environments by default.
|
||||
|
||||
14
Gemfile.lock
14
Gemfile.lock
@@ -1,3 +1,12 @@
|
||||
GIT
|
||||
remote: git://github.com/jomo/kaminari.git
|
||||
revision: e49066e94d77a6abb03a0819f3c4b0cc6923cb70
|
||||
branch: patch-2
|
||||
specs:
|
||||
kaminari (1.0.0.alpha)
|
||||
actionpack (>= 3.0.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
@@ -69,9 +78,6 @@ GEM
|
||||
railties (>= 3.0, < 5.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
json (1.8.1)
|
||||
kaminari (0.16.1)
|
||||
actionpack (>= 3.0.0)
|
||||
activesupport (>= 3.0.0)
|
||||
kgio (2.9.2)
|
||||
libv8 (3.16.14.3)
|
||||
mail (2.5.4)
|
||||
@@ -173,7 +179,7 @@ DEPENDENCIES
|
||||
highlight_js-rails
|
||||
hirb
|
||||
jquery-rails
|
||||
kaminari
|
||||
kaminari!
|
||||
mysql2
|
||||
rails (= 4.1.0)
|
||||
rails-erd
|
||||
|
||||
Reference in New Issue
Block a user