use sf-log-aggregation
This commit is contained in:
parent
11116119d9
commit
cbe5654ce5
2
Gemfile
2
Gemfile
|
@ -4,7 +4,7 @@ source :rubygems
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
gem 'travis-support', github: 'travis-ci/travis-support'
|
gem 'travis-support', github: 'travis-ci/travis-support'
|
||||||
gem 'travis-core', github: 'travis-ci/travis-core'
|
gem 'travis-core', github: 'travis-ci/travis-core', branch: 'sf-log-aggregation'
|
||||||
gem 'travis-sidekiqs', github: 'travis-ci/travis-sidekiqs', require: nil, ref: 'cde9741'
|
gem 'travis-sidekiqs', github: 'travis-ci/travis-sidekiqs', require: nil, ref: 'cde9741'
|
||||||
gem 'sinatra', github: 'sinatra/sinatra'
|
gem 'sinatra', github: 'sinatra/sinatra'
|
||||||
gem 'sinatra-contrib', github: 'sinatra/sinatra-contrib', require: nil
|
gem 'sinatra-contrib', github: 'sinatra/sinatra-contrib', require: nil
|
||||||
|
|
25
Gemfile.lock
25
Gemfile.lock
|
@ -1,6 +1,6 @@
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/getsentry/raven-ruby.git
|
remote: git://github.com/getsentry/raven-ruby.git
|
||||||
revision: fa360a9c5919c19f11552b9de6f83302060901f0
|
revision: d71dd4daaa2a442c4b8c0b66e18f981f1a354f75
|
||||||
specs:
|
specs:
|
||||||
sentry-raven (0.3.1)
|
sentry-raven (0.3.1)
|
||||||
faraday (>= 0.7.6)
|
faraday (>= 0.7.6)
|
||||||
|
@ -36,7 +36,7 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/sinatra/sinatra-contrib.git
|
remote: git://github.com/sinatra/sinatra-contrib.git
|
||||||
revision: c5c2d32e688123a1a1cab4b391447e995957c94f
|
revision: 204713dce6df6528a837fb58fc956bee7cfcbc18
|
||||||
specs:
|
specs:
|
||||||
sinatra-contrib (1.4.0)
|
sinatra-contrib (1.4.0)
|
||||||
backports (>= 2.0)
|
backports (>= 2.0)
|
||||||
|
@ -48,7 +48,7 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/sinatra/sinatra.git
|
remote: git://github.com/sinatra/sinatra.git
|
||||||
revision: 49eac3a645add2d1fb1698ce4a250896ff0af1b4
|
revision: a8de3f26443e73c2c997a1f04423987ce91555cb
|
||||||
specs:
|
specs:
|
||||||
sinatra (1.4.0)
|
sinatra (1.4.0)
|
||||||
rack (~> 1.4)
|
rack (~> 1.4)
|
||||||
|
@ -66,7 +66,8 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/travis-ci/travis-core.git
|
remote: git://github.com/travis-ci/travis-core.git
|
||||||
revision: de93a4998c93f686be889675a87d561f99810f25
|
revision: 66cfd7823e94c484edd99f1f4b6415024357e0e8
|
||||||
|
branch: sf-log-aggregation
|
||||||
specs:
|
specs:
|
||||||
travis-core (0.0.1)
|
travis-core (0.0.1)
|
||||||
actionmailer (~> 3.2.3)
|
actionmailer (~> 3.2.3)
|
||||||
|
@ -96,7 +97,7 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/travis-ci/travis-support.git
|
remote: git://github.com/travis-ci/travis-support.git
|
||||||
revision: e3e09d89fc8d86e89c4f1aeb4ff55214e00bd44b
|
revision: a214c215e1b52bdf4d3ab5d31e7e2df52fad5a0c
|
||||||
specs:
|
specs:
|
||||||
travis-support (0.0.1)
|
travis-support (0.0.1)
|
||||||
|
|
||||||
|
@ -163,9 +164,9 @@ GEM
|
||||||
coder (0.3.0)
|
coder (0.3.0)
|
||||||
coderay (1.0.8)
|
coderay (1.0.8)
|
||||||
columnize (0.3.6)
|
columnize (0.3.6)
|
||||||
connection_pool (0.9.2)
|
connection_pool (0.9.3)
|
||||||
daemons (1.1.9)
|
daemons (1.1.9)
|
||||||
dalli (2.5.0)
|
dalli (2.6.0)
|
||||||
data_migrations (0.0.1)
|
data_migrations (0.0.1)
|
||||||
activerecord
|
activerecord
|
||||||
rake
|
rake
|
||||||
|
@ -229,7 +230,7 @@ GEM
|
||||||
coderay (~> 1.0.5)
|
coderay (~> 1.0.5)
|
||||||
method_source (~> 0.8)
|
method_source (~> 0.8)
|
||||||
slop (~> 3.3.1)
|
slop (~> 3.3.1)
|
||||||
pusher (0.11.1)
|
pusher (0.11.2)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
signature (~> 0.1.6)
|
signature (~> 0.1.6)
|
||||||
rack (1.4.1)
|
rack (1.4.1)
|
||||||
|
@ -263,10 +264,10 @@ GEM
|
||||||
rspec-core (~> 2.12.0)
|
rspec-core (~> 2.12.0)
|
||||||
rspec-expectations (~> 2.12.0)
|
rspec-expectations (~> 2.12.0)
|
||||||
rspec-mocks (~> 2.12.0)
|
rspec-mocks (~> 2.12.0)
|
||||||
rspec-core (2.12.1)
|
rspec-core (2.12.2)
|
||||||
rspec-expectations (2.12.0)
|
rspec-expectations (2.12.1)
|
||||||
diff-lcs (~> 1.1.3)
|
diff-lcs (~> 1.1.3)
|
||||||
rspec-mocks (2.12.0)
|
rspec-mocks (2.12.1)
|
||||||
sidekiq (2.5.4)
|
sidekiq (2.5.4)
|
||||||
celluloid (~> 0.12.0)
|
celluloid (~> 0.12.0)
|
||||||
connection_pool (~> 0.9.2)
|
connection_pool (~> 0.9.2)
|
||||||
|
@ -286,7 +287,7 @@ GEM
|
||||||
rack (>= 1.0.0)
|
rack (>= 1.0.0)
|
||||||
thor (0.14.6)
|
thor (0.14.6)
|
||||||
tilt (1.3.3)
|
tilt (1.3.3)
|
||||||
timers (1.0.1)
|
timers (1.0.2)
|
||||||
treetop (1.4.12)
|
treetop (1.4.12)
|
||||||
polyglot
|
polyglot
|
||||||
polyglot (>= 0.3.1)
|
polyglot (>= 0.3.1)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user