Bump travis-core
This commit is contained in:
parent
cbb195eb79
commit
447dacbd47
36
Gemfile.lock
36
Gemfile.lock
|
@ -45,11 +45,11 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/travis-ci/travis-core.git
|
remote: git://github.com/travis-ci/travis-core.git
|
||||||
revision: ef8fb67bd56569eb55d176f824bb62bc602c8f80
|
revision: 866ae05c2348d512b0e1571136ad770fd0fb8b4b
|
||||||
specs:
|
specs:
|
||||||
travis-core (0.0.1)
|
travis-core (0.0.1)
|
||||||
actionmailer (~> 3.2.12)
|
actionmailer (~> 3.2.19)
|
||||||
activerecord (~> 3.2.12)
|
activerecord (~> 3.2.19)
|
||||||
coder (~> 0.4.0)
|
coder (~> 0.4.0)
|
||||||
coercible (~> 1.0.0)
|
coercible (~> 1.0.0)
|
||||||
data_migrations (~> 0.0.1)
|
data_migrations (~> 0.0.1)
|
||||||
|
@ -58,7 +58,7 @@ GIT
|
||||||
metriks (~> 0.9.7)
|
metriks (~> 0.9.7)
|
||||||
multi_json
|
multi_json
|
||||||
pusher (~> 0.11.0)
|
pusher (~> 0.11.0)
|
||||||
railties (~> 3.2.12)
|
railties (~> 3.2.19)
|
||||||
rake
|
rake
|
||||||
redis (~> 3.0)
|
redis (~> 3.0)
|
||||||
rollout (~> 1.1.0)
|
rollout (~> 1.1.0)
|
||||||
|
@ -111,12 +111,12 @@ PATH
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actionmailer (3.2.18)
|
actionmailer (3.2.19)
|
||||||
actionpack (= 3.2.18)
|
actionpack (= 3.2.19)
|
||||||
mail (~> 2.5.4)
|
mail (~> 2.5.4)
|
||||||
actionpack (3.2.18)
|
actionpack (3.2.19)
|
||||||
activemodel (= 3.2.18)
|
activemodel (= 3.2.19)
|
||||||
activesupport (= 3.2.18)
|
activesupport (= 3.2.19)
|
||||||
builder (~> 3.0.0)
|
builder (~> 3.0.0)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
journey (~> 1.0.4)
|
journey (~> 1.0.4)
|
||||||
|
@ -126,15 +126,15 @@ GEM
|
||||||
sprockets (~> 2.2.1)
|
sprockets (~> 2.2.1)
|
||||||
active_model_serializers (0.8.1)
|
active_model_serializers (0.8.1)
|
||||||
activemodel (>= 3.0)
|
activemodel (>= 3.0)
|
||||||
activemodel (3.2.18)
|
activemodel (3.2.19)
|
||||||
activesupport (= 3.2.18)
|
activesupport (= 3.2.19)
|
||||||
builder (~> 3.0.0)
|
builder (~> 3.0.0)
|
||||||
activerecord (3.2.18)
|
activerecord (3.2.19)
|
||||||
activemodel (= 3.2.18)
|
activemodel (= 3.2.19)
|
||||||
activesupport (= 3.2.18)
|
activesupport (= 3.2.19)
|
||||||
arel (~> 3.0.2)
|
arel (~> 3.0.2)
|
||||||
tzinfo (~> 0.3.29)
|
tzinfo (~> 0.3.29)
|
||||||
activesupport (3.2.18)
|
activesupport (3.2.19)
|
||||||
i18n (~> 0.6, >= 0.6.4)
|
i18n (~> 0.6, >= 0.6.4)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
addressable (2.3.6)
|
addressable (2.3.6)
|
||||||
|
@ -228,9 +228,9 @@ GEM
|
||||||
rack
|
rack
|
||||||
rack-test (0.6.2)
|
rack-test (0.6.2)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
railties (3.2.18)
|
railties (3.2.19)
|
||||||
actionpack (= 3.2.18)
|
actionpack (= 3.2.19)
|
||||||
activesupport (= 3.2.18)
|
activesupport (= 3.2.19)
|
||||||
rack-ssl (~> 1.3.2)
|
rack-ssl (~> 1.3.2)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
rdoc (~> 3.4)
|
rdoc (~> 3.4)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user