From 4da21d02dba65236eb0e41aa84d9fa514a8065af Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonne=20Ha=C3=9F?= <me@mrzyx.de>
Date: Sun, 24 Aug 2014 20:27:39 +0200
Subject: [PATCH] bump will_paginate

---
 Gemfile      | 2 +-
 Gemfile.lock | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Gemfile b/Gemfile
index bac805ac6c..4b054d15d3 100644
--- a/Gemfile
+++ b/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
diff --git a/Gemfile.lock b/Gemfile.lock
index a51d97faad..16a794c351 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -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
-- 
GitLab