use git gh
This commit is contained in:
parent
5dca40c38c
commit
9845c7473e
1
Gemfile
1
Gemfile
|
@ -3,6 +3,7 @@ source :rubygems
|
|||
gem 'travis-api', github: 'travis-ci/travis-api', branch: 'sf-use-services'
|
||||
gem 'travis-core', github: 'travis-ci/travis-core', branch: 'sf-more-services'
|
||||
gem 'travis-support', github: 'travis-ci/travis-support'
|
||||
gem 'gh', github: 'rkh/gh'
|
||||
|
||||
gem 'unicorn'
|
||||
gem 'sinatra'
|
||||
|
|
22
Gemfile.lock
22
Gemfile.lock
|
@ -6,6 +6,18 @@ GIT
|
|||
rake (~> 0.9.0)
|
||||
thor
|
||||
|
||||
GIT
|
||||
remote: git://github.com/rkh/gh.git
|
||||
revision: affde20a4fecb1023f2e7031734b9386a76d22c2
|
||||
specs:
|
||||
gh (0.8.0)
|
||||
addressable
|
||||
backports (~> 2.3)
|
||||
faraday (~> 0.8)
|
||||
multi_json (~> 1.0)
|
||||
net-http-persistent (>= 2.7)
|
||||
net-http-pipeline
|
||||
|
||||
GIT
|
||||
remote: git://github.com/rkh/yard-sinatra.git
|
||||
revision: 3b1064eef407d2d288a5b96d258178a1e67b3b80
|
||||
|
@ -63,7 +75,7 @@ GIT
|
|||
|
||||
GIT
|
||||
remote: git://github.com/travis-ci/travis-support.git
|
||||
revision: 268dc0ff74b5a559e06f637e0814af983e60919e
|
||||
revision: 06844d2db558d88be775ca1cf9cfff8ec36120fb
|
||||
specs:
|
||||
travis-support (0.0.1)
|
||||
|
||||
|
@ -128,13 +140,6 @@ GEM
|
|||
faraday (0.8.4)
|
||||
multipart-post (~> 1.1)
|
||||
fssm (0.2.9)
|
||||
gh (0.8.0)
|
||||
addressable
|
||||
backports (~> 2.3)
|
||||
faraday (~> 0.8)
|
||||
multi_json (~> 1.0)
|
||||
net-http-persistent (>= 2.7)
|
||||
net-http-pipeline
|
||||
guard (1.3.3)
|
||||
listen (>= 0.4.2)
|
||||
thor (>= 0.14.6)
|
||||
|
@ -239,6 +244,7 @@ PLATFORMS
|
|||
DEPENDENCIES
|
||||
coffee-script
|
||||
compass
|
||||
gh!
|
||||
guard
|
||||
hubble!
|
||||
newrelic_rpm (~> 3.3.0)
|
||||
|
|
Loading…
Reference in New Issue
Block a user