From d5d8b89558c3ba674ff720c7e7ab889cbc3a76bb Mon Sep 17 00:00:00 2001
From: Gaetan SIMO <gaetan.simo@inria.fr>
Date: Mon, 6 Aug 2012 12:53:43 +0200
Subject: [PATCH] [Gemfile] weathermap is now using cacti version 2.5

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

diff --git a/Gemfile b/Gemfile
index 68d0ce344f..667b647fc9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,7 +8,7 @@ gem "net-admin-common",
   :tag => "2.3"
 gem "cacti-play",
   :git => "ssh://g5kadmin@git.grid5000.fr/srv/git/repos/cacti-play",
-  :tag => "2.4"
+  :tag => "2.5"
 gem "weathermap",
   :git => "ssh://g5kadmin@git.grid5000.fr/srv/git/repos/weathermap",
   :tag => "5.5"
diff --git a/Gemfile.lock b/Gemfile.lock
index 85523f9980..7b39543032 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,9 +1,9 @@
 GIT
   remote: ssh://g5kadmin@git.grid5000.fr/srv/git/repos/cacti-play
-  revision: 1912fcc73ba790370b62d8b9792a35485bb498f6
-  tag: 2.4
+  revision: f4a515c1a79337966b54a327c01fa9b1e69147f6
+  tag: 2.5
   specs:
-    cacti-play (2.4)
+    cacti-play (2.5)
       net-admin-common (>= 2.2)
 
 GIT
-- 
GitLab