From 2f2e107567d5602c4343b80512dc251b715aec8b Mon Sep 17 00:00:00 2001
From: Vidal WATAT <vidal.watat@inria.fr>
Date: Thu, 23 May 2013 18:28:20 +0200
Subject: [PATCH] [Gemfile] - Update weathermap to parse new vlan_id (cf xml),
 production weathermap works now. -

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

diff --git a/Gemfile b/Gemfile
index fe8f8afd5c6..a9b92968f4f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -12,5 +12,5 @@ gem "cacti-play",
   :tag => "2.8"
 gem "weathermap",
   :git => "ssh://g5kadmin@git.grid5000.fr/srv/git/repos/weathermap",
-  :tag => "5.8.3"
+  :tag => "5.8.4"
 
diff --git a/Gemfile.lock b/Gemfile.lock
index 0495f8188e2..b236b2a3561 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -18,8 +18,8 @@ GIT
 
 GIT
   remote: ssh://g5kadmin@git.grid5000.fr/srv/git/repos/weathermap
-  revision: e806b082b57f639e29fc868928a319ac0af90091
-  tag: 5.8.3
+  revision: a258691fb1bdfa8db04897fd593bc2f9d3264b53
+  tag: 5.8.4
   specs:
     weathermap (5.8.2)
       cacti-play (>= 2.7.4)
-- 
GitLab