use edge gh
This commit is contained in:
parent
8eb7aa11ce
commit
69acb37402
1
Gemfile
1
Gemfile
|
@ -7,6 +7,7 @@ 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 'hubble', github: 'roidrage/hubble'
|
gem 'hubble', github: 'roidrage/hubble'
|
||||||
gem 'yard-sinatra', github: 'rkh/yard-sinatra'
|
gem 'yard-sinatra', github: 'rkh/yard-sinatra'
|
||||||
|
gem 'gh', github: 'rkh/gh'
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
gem 'rspec', '~> 2.11'
|
gem 'rspec', '~> 2.11'
|
||||||
|
|
20
Gemfile.lock
20
Gemfile.lock
|
@ -4,6 +4,18 @@ GIT
|
||||||
specs:
|
specs:
|
||||||
micro_migrations (0.0.1)
|
micro_migrations (0.0.1)
|
||||||
|
|
||||||
|
GIT
|
||||||
|
remote: git://github.com/rkh/gh.git
|
||||||
|
revision: 907f35326579495a54c7ee2b030b6292d2e5d9ef
|
||||||
|
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
|
GIT
|
||||||
remote: git://github.com/rkh/yard-sinatra.git
|
remote: git://github.com/rkh/yard-sinatra.git
|
||||||
revision: 3b1064eef407d2d288a5b96d258178a1e67b3b80
|
revision: 3b1064eef407d2d288a5b96d258178a1e67b3b80
|
||||||
|
@ -108,13 +120,6 @@ GEM
|
||||||
ffi (1.1.0)
|
ffi (1.1.0)
|
||||||
foreman (0.53.0)
|
foreman (0.53.0)
|
||||||
thor (>= 0.13.6)
|
thor (>= 0.13.6)
|
||||||
gh (0.7.3)
|
|
||||||
addressable
|
|
||||||
backports (~> 2.3)
|
|
||||||
faraday (~> 0.8)
|
|
||||||
multi_json (~> 1.0)
|
|
||||||
net-http-persistent (>= 2.7)
|
|
||||||
net-http-pipeline
|
|
||||||
hashr (0.0.21)
|
hashr (0.0.21)
|
||||||
hike (1.2.1)
|
hike (1.2.1)
|
||||||
hitimes (1.1.1)
|
hitimes (1.1.1)
|
||||||
|
@ -228,6 +233,7 @@ PLATFORMS
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
factory_girl (~> 2.4.0)
|
factory_girl (~> 2.4.0)
|
||||||
foreman
|
foreman
|
||||||
|
gh!
|
||||||
hubble!
|
hubble!
|
||||||
micro_migrations!
|
micro_migrations!
|
||||||
mocha (~> 0.12)
|
mocha (~> 0.12)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user