Update dependencies
This commit is contained in:
parent
acefb6a53b
commit
0739312391
2
Gemfile
2
Gemfile
|
@ -3,7 +3,7 @@ ruby '2.1.2'
|
|||
source 'https://rubygems.org'
|
||||
gemspec
|
||||
|
||||
gem 'travis-core', github: 'travis-ci/travis-core'
|
||||
gem 'travis-core', github: 'travis-ci/travis-core', branch: 'sf-hiro-bugfix'
|
||||
gem 'travis-support', github: 'travis-ci/travis-support'
|
||||
gem 'travis-config', '~> 0.1.0'
|
||||
gem 'travis-sidekiqs', github: 'travis-ci/travis-sidekiqs', require: nil, ref: 'cde9741'
|
||||
|
|
21
Gemfile.lock
21
Gemfile.lock
|
@ -7,7 +7,7 @@ GIT
|
|||
|
||||
GIT
|
||||
remote: git://github.com/getsentry/raven-ruby.git
|
||||
revision: bd026531c390a7fbc71980871a7951bc0f2d737f
|
||||
revision: 1e12d8d5c288e97fd2fd64d28c2ffb7cad439eb2
|
||||
specs:
|
||||
sentry-raven (0.10.1)
|
||||
faraday (>= 0.7.6)
|
||||
|
@ -36,7 +36,8 @@ GIT
|
|||
|
||||
GIT
|
||||
remote: git://github.com/travis-ci/travis-core.git
|
||||
revision: 0f487381ecf7f06f759116b60a1e9e8544784286
|
||||
revision: e333a0127c1e09ba37edd547c9243478aba0f788
|
||||
branch: sf-hiro-bugfix
|
||||
specs:
|
||||
travis-core (0.0.1)
|
||||
actionmailer (~> 3.2.19)
|
||||
|
@ -68,13 +69,13 @@ GIT
|
|||
|
||||
GIT
|
||||
remote: git://github.com/travis-ci/travis-support.git
|
||||
revision: 352419335e9b78cf087dbd8523879498d6177db4
|
||||
revision: 40365216662f639d36fc3a0463c4e189ee1563dd
|
||||
specs:
|
||||
travis-support (0.0.1)
|
||||
|
||||
GIT
|
||||
remote: git://github.com/travis-ci/travis-yaml.git
|
||||
revision: 121678eba7280b8269a73c56953cafd20e884bdc
|
||||
revision: 2c6ac75077123095e2ee8e8db435342ba2d03c2d
|
||||
specs:
|
||||
travis-yaml (0.1.0)
|
||||
|
||||
|
@ -136,7 +137,7 @@ GEM
|
|||
bunny (0.8.0)
|
||||
celluloid (0.12.0)
|
||||
timers (>= 1.0.0)
|
||||
chunky_png (1.3.1)
|
||||
chunky_png (1.3.3)
|
||||
coder (0.4.0)
|
||||
coderay (1.1.0)
|
||||
coercible (1.0.0)
|
||||
|
@ -171,7 +172,7 @@ GEM
|
|||
activesupport
|
||||
faraday (0.9.0)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
ffi (1.9.5)
|
||||
ffi (1.9.6)
|
||||
foreman (0.64.0)
|
||||
dotenv (~> 0.7.0)
|
||||
thor (>= 0.13.6)
|
||||
|
@ -227,7 +228,7 @@ GEM
|
|||
multi_json (~> 1.0)
|
||||
signature (~> 0.1.6)
|
||||
rack (1.4.5)
|
||||
rack-attack (4.1.1)
|
||||
rack-attack (4.2.0)
|
||||
rack
|
||||
rack-protection (1.5.3)
|
||||
rack
|
||||
|
@ -268,7 +269,7 @@ GEM
|
|||
rspec-mocks (2.99.2)
|
||||
s3 (0.3.21)
|
||||
proxies (~> 0.2.0)
|
||||
sass (3.4.5)
|
||||
sass (3.4.6)
|
||||
sidekiq (2.5.0)
|
||||
celluloid (~> 0.12.0)
|
||||
compass
|
||||
|
@ -316,7 +317,7 @@ GEM
|
|||
treetop (1.4.15)
|
||||
polyglot
|
||||
polyglot (>= 0.3.1)
|
||||
tzinfo (0.3.41)
|
||||
tzinfo (0.3.42)
|
||||
unicorn (4.8.3)
|
||||
kgio (~> 2.6)
|
||||
rack
|
||||
|
@ -327,7 +328,7 @@ GEM
|
|||
coercible (~> 1.0)
|
||||
descendants_tracker (~> 0.0, >= 0.0.3)
|
||||
equalizer (~> 0.0, >= 0.0.9)
|
||||
yard (0.8.7.4)
|
||||
yard (0.8.7.6)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
|
Loading…
Reference in New Issue
Block a user