Bump travis-core
This commit is contained in:
parent
f0f471f1c6
commit
b8f230c09e
35
Gemfile.lock
35
Gemfile.lock
|
@ -42,7 +42,7 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/travis-ci/travis-core.git
|
remote: git://github.com/travis-ci/travis-core.git
|
||||||
revision: e2fccd7f7b16284ac428ceee1087f71fedd1e64c
|
revision: 2e7698e92c9cec705758b4c225cf3e04ee72540d
|
||||||
specs:
|
specs:
|
||||||
travis-core (0.0.1)
|
travis-core (0.0.1)
|
||||||
actionmailer (~> 3.2.3)
|
actionmailer (~> 3.2.3)
|
||||||
|
@ -95,28 +95,28 @@ PATH
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actionmailer (3.2.8)
|
actionmailer (3.2.9)
|
||||||
actionpack (= 3.2.8)
|
actionpack (= 3.2.9)
|
||||||
mail (~> 2.4.4)
|
mail (~> 2.4.4)
|
||||||
actionpack (3.2.8)
|
actionpack (3.2.9)
|
||||||
activemodel (= 3.2.8)
|
activemodel (= 3.2.9)
|
||||||
activesupport (= 3.2.8)
|
activesupport (= 3.2.9)
|
||||||
builder (~> 3.0.0)
|
builder (~> 3.0.0)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
journey (~> 1.0.4)
|
journey (~> 1.0.4)
|
||||||
rack (~> 1.4.0)
|
rack (~> 1.4.0)
|
||||||
rack-cache (~> 1.2)
|
rack-cache (~> 1.2)
|
||||||
rack-test (~> 0.6.1)
|
rack-test (~> 0.6.1)
|
||||||
sprockets (~> 2.1.3)
|
sprockets (~> 2.2.1)
|
||||||
activemodel (3.2.8)
|
activemodel (3.2.9)
|
||||||
activesupport (= 3.2.8)
|
activesupport (= 3.2.9)
|
||||||
builder (~> 3.0.0)
|
builder (~> 3.0.0)
|
||||||
activerecord (3.2.8)
|
activerecord (3.2.9)
|
||||||
activemodel (= 3.2.8)
|
activemodel (= 3.2.9)
|
||||||
activesupport (= 3.2.8)
|
activesupport (= 3.2.9)
|
||||||
arel (~> 3.0.2)
|
arel (~> 3.0.2)
|
||||||
tzinfo (~> 0.3.29)
|
tzinfo (~> 0.3.29)
|
||||||
activesupport (3.2.8)
|
activesupport (3.2.9)
|
||||||
i18n (~> 0.6)
|
i18n (~> 0.6)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
addressable (2.3.2)
|
addressable (2.3.2)
|
||||||
|
@ -201,9 +201,9 @@ GEM
|
||||||
rack
|
rack
|
||||||
rack-test (0.6.2)
|
rack-test (0.6.2)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
railties (3.2.8)
|
railties (3.2.9)
|
||||||
actionpack (= 3.2.8)
|
actionpack (= 3.2.9)
|
||||||
activesupport (= 3.2.8)
|
activesupport (= 3.2.9)
|
||||||
rack-ssl (~> 1.3.2)
|
rack-ssl (~> 1.3.2)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
rdoc (~> 3.4)
|
rdoc (~> 3.4)
|
||||||
|
@ -249,8 +249,9 @@ GEM
|
||||||
sinatra (~> 1.3.0)
|
sinatra (~> 1.3.0)
|
||||||
tilt (~> 1.3)
|
tilt (~> 1.3)
|
||||||
slop (3.3.3)
|
slop (3.3.3)
|
||||||
sprockets (2.1.3)
|
sprockets (2.2.1)
|
||||||
hike (~> 1.2)
|
hike (~> 1.2)
|
||||||
|
multi_json (~> 1.0)
|
||||||
rack (~> 1.0)
|
rack (~> 1.0)
|
||||||
tilt (~> 1.1, != 1.3.0)
|
tilt (~> 1.1, != 1.3.0)
|
||||||
thin (1.5.0)
|
thin (1.5.0)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user