From 51c6e7d3925800a3c5dfa6be9a13b17963cd1ee6 Mon Sep 17 00:00:00 2001 From: Josh Kalderimis Date: Tue, 12 Feb 2013 00:08:37 -0800 Subject: [PATCH] Revert "remove hubble, and in the process also update sentry" revert for now as travis-core uses 'rescue' which uses travis-support which uses hubble several places where this could be fixed first, but step one is to get all apps using sentry This reverts commit 0a2d66be931e440d1c277c4c73a0418ebed0cbda. --- Gemfile.lock | 6 +++++- travis-api.gemspec | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index d6a1d497..c5b09155 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: git://github.com/getsentry/raven-ruby.git - revision: e520389a56d099276c167d8b442967c7fa549ecd + revision: f6a97f1544480645c4dfdb4d1e9e97ede1e737a9 specs: sentry-raven (0.4.3) faraday (>= 0.7.6) @@ -90,6 +90,7 @@ PATH specs: travis-api (0.0.1) backports (~> 2.5) + hubble (~> 0.1) newrelic_rpm (~> 3.5.0) pg (~> 0.13.2) rack-contrib (~> 1.1) @@ -161,6 +162,8 @@ GEM hashr (0.0.22) hike (1.2.1) hitimes (1.2.0) + hubble (0.1.2) + yajl-ruby (~> 1.1) i18n (0.6.1) journey (1.0.4) json (1.7.7) @@ -272,6 +275,7 @@ GEM polyglot (>= 0.3.1) tzinfo (0.3.35) uuidtools (2.1.3) + yajl-ruby (1.1.0) yard (0.8.4.1) PLATFORMS diff --git a/travis-api.gemspec b/travis-api.gemspec index f206e4d1..11927410 100644 --- a/travis-api.gemspec +++ b/travis-api.gemspec @@ -163,6 +163,7 @@ Gem::Specification.new do |s| s.add_dependency 'travis-support' s.add_dependency 'travis-core' + s.add_dependency 'hubble', '~> 0.1' s.add_dependency 'backports', '~> 2.5' s.add_dependency 'pg', '~> 0.13.2' s.add_dependency 'newrelic_rpm', '~> 3.5.0'