diff --git a/Gemfile b/Gemfile index fab74ec3..6b5df9fd 100644 --- a/Gemfile +++ b/Gemfile @@ -7,6 +7,7 @@ gem 'travis-support', github: 'travis-ci/travis-support' gem 'travis-core', github: 'travis-ci/travis-core' gem 'hubble', github: 'roidrage/hubble' gem 'yard-sinatra', github: 'rkh/yard-sinatra' +gem 'gh', github: 'rkh/gh' group :test do gem 'rspec', '~> 2.11' diff --git a/Gemfile.lock b/Gemfile.lock index 9dafe817..a9ad66d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,6 +4,18 @@ GIT specs: 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 remote: git://github.com/rkh/yard-sinatra.git revision: 3b1064eef407d2d288a5b96d258178a1e67b3b80 @@ -108,13 +120,6 @@ GEM ffi (1.1.0) foreman (0.53.0) 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) hike (1.2.1) hitimes (1.1.1) @@ -228,6 +233,7 @@ PLATFORMS DEPENDENCIES factory_girl (~> 2.4.0) foreman + gh! hubble! micro_migrations! mocha (~> 0.12)