From 6342bcd6f01ccf37ca152eff6633f08106abf5e3 Mon Sep 17 00:00:00 2001
From: Gaetan SIMO <gaetan.simo@inria.fr>
Date: Wed, 8 Aug 2012 09:24:02 +0200
Subject: [PATCH] [Gemfile] upgrading weathermap and cacti-play versions

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

diff --git a/Gemfile b/Gemfile
index 3fbfc695d0..0d440af16a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,8 +9,8 @@ gem "net-admin-common",
   :tag => "2.3"
 gem "cacti-play",
   :git => "ssh://g5kadmin@git.grid5000.fr/srv/git/repos/cacti-play",
-  :tag => "2.5"
+  :tag => "2.6"
 gem "weathermap",
   :git => "ssh://g5kadmin@git.grid5000.fr/srv/git/repos/weathermap",
-  :tag => "5.6"
+  :tag => "5.7"
 
diff --git a/Gemfile.lock b/Gemfile.lock
index d059a35689..b1390b279d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,9 +1,9 @@
 GIT
   remote: ssh://g5kadmin@git.grid5000.fr/srv/git/repos/cacti-play
-  revision: f4a515c1a79337966b54a327c01fa9b1e69147f6
-  tag: 2.5
+  revision: 867b479776774cfd492bec0d58f19159d4378df8
+  tag: 2.6
   specs:
-    cacti-play (2.5)
+    cacti-play (2.6)
       net-admin-common (>= 2.2)
 
 GIT
@@ -18,11 +18,11 @@ GIT
 
 GIT
   remote: ssh://g5kadmin@git.grid5000.fr/srv/git/repos/weathermap
-  revision: 907a8d41d845c1e3e0b550bab8622a3c7d8594ce
-  tag: 5.6
+  revision: 8cd9def5062610b9c3776596afb8c868b2fc7627
+  tag: 5.7
   specs:
-    weathermap (5.6)
-      cacti-play (>= 2.5)
+    weathermap (5.7)
+      cacti-play (>= 2.6)
       interpolator (>= 0.15)
       ipaddress (>= 0.8.0)
       json (>= 1.7.0)
-- 
GitLab