From 89dedb8ba1f5bbd14b85787803d9db5ef7a4f073 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 31 Jan 2016 20:48:37 +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 4acc1a70d..3403e9fef 100644 --- a/Gemfile +++ b/Gemfile @@ -167,7 +167,7 @@ gem "typhoeus", "0.8.0" gem "gon", "6.0.1" gem "haml", "4.0.7" gem "mobile-fu", "1.3.1" -gem "will_paginate", "3.0.7" +gem "will_paginate", "3.1.0" gem "rails-timeago", "2.11.0" # Logging diff --git a/Gemfile.lock b/Gemfile.lock index 13089c56c..2c1022c16 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -764,7 +764,7 @@ GEM crack (>= 0.3.2) hashdiff websocket (1.2.2) - will_paginate (3.0.7) + will_paginate (3.1.0) xml-simple (1.1.5) xpath (2.0.0) nokogiri (~> 1.3) @@ -899,7 +899,7 @@ DEPENDENCIES unicorn (= 5.0.1) uuid (= 2.3.8) webmock (= 1.22.3) - will_paginate (= 3.0.7) + will_paginate (= 3.1.0) BUNDLED WITH 1.11.2