From 987feefb6fab46d75a859ee90c98e22cf6e0309c Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Sat, 28 Jun 2014 12:16:21 -0400 Subject: [PATCH] Use latest will_paginate from RubyGems --- Gemfile | 2 +- Gemfile.lock | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index c3ea32a7..c4e6ef0f 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem "mysql2" gem "RedCloth" gem "sanitize" -gem "will_paginate", github: 'mislav/will_paginate' +gem "will_paginate" gem "acts_as_list" gem "aasm" gem "htmlentities" diff --git a/Gemfile.lock b/Gemfile.lock index 851030ad..b72509a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,3 @@ -GIT - remote: git://github.com/mislav/will_paginate.git - revision: 813722f0c8bdc9c2bcb441eb2b1ebc11039b10d7 - specs: - will_paginate (3.0.4) - GEM remote: https://rubygems.org/ specs: @@ -207,6 +201,7 @@ GEM json (>= 1.8.0) uniform_notifier (1.6.2) websocket (1.0.7) + will_paginate (3.0.6) xpath (2.0.0) nokogiri (~> 1.3) yard (0.8.7.4) @@ -249,5 +244,5 @@ DEPENDENCIES therubyracer tolk (>= 1.5.0) uglifier (>= 1.3.0) - will_paginate! + will_paginate yard