Skip to content

Commit

Permalink
Upgrade Gemfile in zipkin-web
Browse files Browse the repository at this point in the history
Author: @jerryli9876
Fixes #107
URL: #107
  • Loading branch information
jerryli9876 committed Aug 14, 2012
1 parent 9e266b0 commit 94460a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion zipkin-web/Gemfile
Expand Up @@ -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'

4 changes: 2 additions & 2 deletions zipkin-web/Gemfile.lock
Expand Up @@ -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)
Expand All @@ -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)

0 comments on commit 94460a5

Please sign in to comment.