From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qh1sl-0007TI-5E for garchives@archives.gentoo.org; Wed, 13 Jul 2011 16:01:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CE7A21C0E0; Wed, 13 Jul 2011 16:01:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0F5B021C0E0 for ; Wed, 13 Jul 2011 16:01:28 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7FBFC2AC262 for ; Wed, 13 Jul 2011 16:01:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A6ADD8004C for ; Wed, 13 Jul 2011 16:01:27 +0000 (UTC) From: "Petteri Räty" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petteri Räty" Message-ID: <5bdcb0559b75368cef3a84be06db587bf61f41ce.betelgeuse@gentoo> Subject: [gentoo-commits] proj/council-webapp:master commit in: site/ X-VCS-Repository: proj/council-webapp X-VCS-Files: site/Gemfile.lock X-VCS-Directories: site/ X-VCS-Committer: betelgeuse X-VCS-Committer-Name: Petteri Räty X-VCS-Revision: 5bdcb0559b75368cef3a84be06db587bf61f41ce Date: Wed, 13 Jul 2011 16:01:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 4c5f700b276111048e2338170ab34a87 commit: 5bdcb0559b75368cef3a84be06db587bf61f41ce Author: Joachim Filip Ignacy Bartosik gmail com= > AuthorDate: Wed Jul 13 15:53:22 2011 +0000 Commit: Petteri R=C3=A4ty gentoo org> CommitDate: Wed Jul 13 15:53:22 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/council-webap= p.git;a=3Dcommit;h=3D5bdcb055 Fix warning coming from outdated will_paginate gem --- site/Gemfile.lock | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/site/Gemfile.lock b/site/Gemfile.lock index 29cdf46..5127cbf 100644 --- a/site/Gemfile.lock +++ b/site/Gemfile.lock @@ -207,7 +207,7 @@ GEM tzinfo (0.3.29) warden (1.0.4) rack (>=3D 1.0) - will_paginate (3.0.pre) + will_paginate (3.0.pre2) xpath (0.1.3) nokogiri (~> 1.3) =20