bump will_paginate
This commit is contained in:
parent
4415d91aa6
commit
4da21d02db
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -125,7 +125,7 @@ gem 'typhoeus', '0.6.9'
|
|||
gem 'gon', '5.1.2'
|
||||
gem 'haml', '4.0.5'
|
||||
gem 'mobile-fu', '1.3.1'
|
||||
gem 'will_paginate', '3.0.5'
|
||||
gem 'will_paginate', '3.0.7'
|
||||
gem 'rails-timeago', '2.4.0'
|
||||
|
||||
# Workarounds
|
||||
|
|
|
|||
|
|
@ -479,7 +479,7 @@ GEM
|
|||
addressable (>= 2.3.6)
|
||||
crack (>= 0.3.2)
|
||||
websocket (1.0.7)
|
||||
will_paginate (3.0.5)
|
||||
will_paginate (3.0.7)
|
||||
xpath (2.0.0)
|
||||
nokogiri (~> 1.3)
|
||||
zip-zip (0.2)
|
||||
|
|
@ -573,5 +573,5 @@ DEPENDENCIES
|
|||
unicorn (= 4.8.3)
|
||||
uuid (= 2.3.7)
|
||||
webmock (= 1.18.0)
|
||||
will_paginate (= 3.0.5)
|
||||
will_paginate (= 3.0.7)
|
||||
zip-zip
|
||||
|
|
|
|||
Loading…
Reference in a new issue