From cf01b33b5f592bf1a5b76c0fae8b873407d0e3f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= <me@mrzyx.de> Date: Thu, 17 Jan 2013 00:51:13 +0100 Subject: [PATCH] bump will_paginate --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 89290a955d..710d99d525 100644 --- a/Gemfile +++ b/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' diff --git a/Gemfile.lock b/Gemfile.lock index 360e1b43f7..c08890f2c6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) -- GitLab