remove hubble, and in the process also update sentry

This commit is contained in:
Josh Kalderimis 2013-02-11 23:05:54 -08:00
parent d633b84eea
commit 0a2d66be93
2 changed files with 1 additions and 6 deletions

View File

@ -1,6 +1,6 @@
GIT GIT
remote: git://github.com/getsentry/raven-ruby.git remote: git://github.com/getsentry/raven-ruby.git
revision: f6a97f1544480645c4dfdb4d1e9e97ede1e737a9 revision: e520389a56d099276c167d8b442967c7fa549ecd
specs: specs:
sentry-raven (0.4.3) sentry-raven (0.4.3)
faraday (>= 0.7.6) faraday (>= 0.7.6)
@ -90,7 +90,6 @@ PATH
specs: specs:
travis-api (0.0.1) travis-api (0.0.1)
backports (~> 2.5) backports (~> 2.5)
hubble (~> 0.1)
newrelic_rpm (~> 3.5.0) newrelic_rpm (~> 3.5.0)
pg (~> 0.13.2) pg (~> 0.13.2)
rack-contrib (~> 1.1) rack-contrib (~> 1.1)
@ -162,8 +161,6 @@ GEM
hashr (0.0.22) hashr (0.0.22)
hike (1.2.1) hike (1.2.1)
hitimes (1.2.0) hitimes (1.2.0)
hubble (0.1.2)
yajl-ruby (~> 1.1)
i18n (0.6.1) i18n (0.6.1)
journey (1.0.4) journey (1.0.4)
json (1.7.7) json (1.7.7)
@ -275,7 +272,6 @@ GEM
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
tzinfo (0.3.35) tzinfo (0.3.35)
uuidtools (2.1.3) uuidtools (2.1.3)
yajl-ruby (1.1.0)
yard (0.8.4.1) yard (0.8.4.1)
PLATFORMS PLATFORMS

View File

@ -163,7 +163,6 @@ Gem::Specification.new do |s|
s.add_dependency 'travis-support' s.add_dependency 'travis-support'
s.add_dependency 'travis-core' s.add_dependency 'travis-core'
s.add_dependency 'hubble', '~> 0.1'
s.add_dependency 'backports', '~> 2.5' s.add_dependency 'backports', '~> 2.5'
s.add_dependency 'pg', '~> 0.13.2' s.add_dependency 'pg', '~> 0.13.2'
s.add_dependency 'newrelic_rpm', '~> 3.5.0' s.add_dependency 'newrelic_rpm', '~> 3.5.0'