Skip to content

Commit

Permalink
Update Kaminari to fix gem bug
Browse files Browse the repository at this point in the history
  • Loading branch information
teeceepee committed Feb 13, 2017
1 parent 7543bef commit bf34e13
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source 'https://ruby.taobao.org'

gem 'kaminari', '1.0.0' # https://github.com/kaminari/kaminari
gem 'kaminari', '1.0.1' # https://github.com/kaminari/kaminari
gem 'font-awesome-sass', '4.7.0' # https://github.com/FortAwesome/font-awesome-sass
gem 'i18n-js', '3.0.0.rc15' # https://github.com/fnando/i18n-js
gem 'faye-websocket', '0.10.5' # https://github.com/faye/faye-websocket-ruby
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Expand Up @@ -125,18 +125,18 @@ GEM
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.0.1)
kaminari (1.0.0)
kaminari (1.0.1)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.0.0)
kaminari-activerecord (= 1.0.0)
kaminari-core (= 1.0.0)
kaminari-actionview (1.0.0)
kaminari-actionview (= 1.0.1)
kaminari-activerecord (= 1.0.1)
kaminari-core (= 1.0.1)
kaminari-actionview (1.0.1)
actionview
kaminari-core (= 1.0.0)
kaminari-activerecord (1.0.0)
kaminari-core (= 1.0.1)
kaminari-activerecord (1.0.1)
activerecord
kaminari-core (= 1.0.0)
kaminari-core (1.0.0)
kaminari-core (= 1.0.1)
kaminari-core (1.0.1)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
Expand Down Expand Up @@ -299,7 +299,7 @@ DEPENDENCIES
i18n-js (= 3.0.0.rc15)
jbuilder (~> 2.5)
jquery-rails
kaminari (= 1.0.0)
kaminari (= 1.0.1)
listen (~> 3.0.5)
nokogiri (~> 1.6.8)
pg (~> 0.18.4)
Expand Down

0 comments on commit bf34e13

Please sign in to comment.