From 94460a503e623f2de273268842951ca5811170c0 Mon Sep 17 00:00:00 2001 From: Jerry Li Date: Mon, 13 Aug 2012 17:31:16 -0700 Subject: [PATCH] Upgrade Gemfile in zipkin-web Author: @jerryli9876 Fixes #107 URL: https://github.com/twitter/zipkin/pull/107 --- zipkin-web/Gemfile | 2 +- zipkin-web/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zipkin-web/Gemfile b/zipkin-web/Gemfile index 6663b0c591f..2a2f1b49c0e 100644 --- a/zipkin-web/Gemfile +++ b/zipkin-web/Gemfile @@ -7,5 +7,5 @@ gem 'zookeeper', "1.2.4" gem 'finagle-thrift', '1.2.0' gem 'scribe', '0.2.4' gem 'zipkin-tracer', '0.0.1' -gem 'zipkin-query', '0.0.3' +gem 'zipkin-query', '0.1.0' diff --git a/zipkin-web/Gemfile.lock b/zipkin-web/Gemfile.lock index c6a44f1dedc..cf32a2b4fa2 100644 --- a/zipkin-web/Gemfile.lock +++ b/zipkin-web/Gemfile.lock @@ -88,7 +88,7 @@ GEM polyglot polyglot (>= 0.3.1) tzinfo (0.3.33) - zipkin-query (0.0.3) + zipkin-query (0.1.0) thrift (= 0.6.0) zipkin-tracer (0.0.1) finagle-thrift (~> 1.2.0) @@ -106,6 +106,6 @@ DEPENDENCIES scribe (= 0.2.4) thrift (= 0.6.0) thrift_client (= 0.6.3) - zipkin-query (= 0.0.3) + zipkin-query (= 0.1.0) zipkin-tracer (= 0.0.1) zookeeper (= 1.2.4)