use simple_states branch for now

This commit is contained in:
Sven Fuchs 2012-12-09 16:12:40 +01:00
parent d113833e9a
commit 44521014a8
2 changed files with 13 additions and 3 deletions

View File

@ -7,6 +7,9 @@ gem 'travis-support', github: 'travis-ci/travis-support'
gem 'travis-core', github: 'travis-ci/travis-core' gem 'travis-core', github: 'travis-ci/travis-core'
gem 'travis-sidekiqs', github: 'travis-ci/travis-sidekiqs', require: nil, ref: 'cde9741' gem 'travis-sidekiqs', github: 'travis-ci/travis-sidekiqs', require: nil, ref: 'cde9741'
# TODO need to release the gem as soon i'm certain this change makes sense
gem 'simple_states', github: 'svenfuchs/simple_states', branch: 'sf-set-state-early'
gem 'unicorn' gem 'unicorn'
gem "sentry-raven", github: 'getsentry/raven-ruby' gem "sentry-raven", github: 'getsentry/raven-ruby'
gem 'yard-sinatra', github: 'rkh/yard-sinatra' gem 'yard-sinatra', github: 'rkh/yard-sinatra'

View File

@ -40,6 +40,15 @@ GIT
yard-sinatra (1.0.0) yard-sinatra (1.0.0)
yard (~> 0.7) yard (~> 0.7)
GIT
remote: git://github.com/svenfuchs/simple_states.git
revision: b1d45144e6a758220d7b21f83b08dc92de0d3196
branch: sf-set-state-early
specs:
simple_states (0.1.1)
activesupport
hashr (~> 0.0.10)
GIT GIT
remote: git://github.com/travis-ci/travis-core.git remote: git://github.com/travis-ci/travis-core.git
revision: 714090635924650998b3a3d0f18b39d9cfd46839 revision: 714090635924650998b3a3d0f18b39d9cfd46839
@ -234,9 +243,6 @@ GEM
redis (~> 3) redis (~> 3)
redis-namespace redis-namespace
signature (0.1.6) signature (0.1.6)
simple_states (0.1.1)
activesupport
hashr (~> 0.0.10)
sinatra (1.3.3) sinatra (1.3.3)
rack (~> 1.3, >= 1.3.6) rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2) rack-protection (~> 1.2)
@ -293,6 +299,7 @@ DEPENDENCIES
rerun rerun
rspec (~> 2.11) rspec (~> 2.11)
sentry-raven! sentry-raven!
simple_states!
travis-api! travis-api!
travis-core! travis-core!
travis-sidekiqs! travis-sidekiqs!