bump will_paginate
This commit is contained in:
parent
ac2fa74ac8
commit
cf01b33b5f
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -101,7 +101,7 @@ gem 'typhoeus', '0.3.3'
|
|||
gem 'haml', '3.1.7'
|
||||
gem 'mobile-fu', '1.1.1'
|
||||
|
||||
gem 'will_paginate', '3.0.3'
|
||||
gem 'will_paginate', '3.0.4'
|
||||
gem 'client_side_validations', '3.2.1'
|
||||
gem 'gon', '4.0.2'
|
||||
|
||||
|
|
|
|||
|
|
@ -406,7 +406,7 @@ GEM
|
|||
addressable (>= 2.2.7)
|
||||
crack (>= 0.1.7)
|
||||
websocket (1.0.6)
|
||||
will_paginate (3.0.3)
|
||||
will_paginate (3.0.4)
|
||||
xpath (0.1.4)
|
||||
nokogiri (~> 1.3)
|
||||
|
||||
|
|
@ -489,4 +489,4 @@ DEPENDENCIES
|
|||
uglifier (= 1.3.0)
|
||||
unicorn (= 4.5.0)
|
||||
webmock (= 1.8.11)
|
||||
will_paginate (= 3.0.3)
|
||||
will_paginate (= 3.0.4)
|
||||
|
|
|
|||
Loading…
Reference in a new issue