bump will_paginate

This commit is contained in:
Jonne Haß 2013-01-17 00:51:13 +01:00
parent ac2fa74ac8
commit cf01b33b5f
2 changed files with 3 additions and 3 deletions

View file

@ -101,7 +101,7 @@ gem 'typhoeus', '0.3.3'
gem 'haml', '3.1.7' gem 'haml', '3.1.7'
gem 'mobile-fu', '1.1.1' 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 'client_side_validations', '3.2.1'
gem 'gon', '4.0.2' gem 'gon', '4.0.2'

View file

@ -406,7 +406,7 @@ GEM
addressable (>= 2.2.7) addressable (>= 2.2.7)
crack (>= 0.1.7) crack (>= 0.1.7)
websocket (1.0.6) websocket (1.0.6)
will_paginate (3.0.3) will_paginate (3.0.4)
xpath (0.1.4) xpath (0.1.4)
nokogiri (~> 1.3) nokogiri (~> 1.3)
@ -489,4 +489,4 @@ DEPENDENCIES
uglifier (= 1.3.0) uglifier (= 1.3.0)
unicorn (= 4.5.0) unicorn (= 4.5.0)
webmock (= 1.8.11) webmock (= 1.8.11)
will_paginate (= 3.0.3) will_paginate (= 3.0.4)