diff options
author | John Keiser <john@johnkeiser.com> | 2016-08-10 16:07:06 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-08-10 16:07:06 -0700 |
commit | f6a6206963b76a1bf505c5dd29dbf74726f8e081 (patch) | |
tree | caec41b6012bc2890acbe745698a0ab3e8af79f1 /Gemfile | |
parent | bf10b256c55d6b10d83837edeb72f0d908858b3e (diff) | |
download | chef-f6a6206963b76a1bf505c5dd29dbf74726f8e081.tar.gz |
Put travis and github gems back on released versionsjk/update-github-api
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -75,15 +75,12 @@ end group(:changelog) do gem "github_changelog_generator" - # Until https://github.com/piotrmurach/github/pull/274 is merged - gem "github_api", git: "https://github.com/jkeiser/github.git", branch: "pin-less" end group(:travis) do # See `bundler-audit` in .travis.yml gem "bundler-audit", git: "https://github.com/rubysec/bundler-audit.git" - # Until https://github.com/travis-ci/travis.rb/pull/426 is merged - gem "travis", git: "https://github.com/jkeiser/travis.rb", branch: "update-typheous" + gem "travis" end instance_eval(ENV["GEMFILE_MOD"]) if ENV["GEMFILE_MOD"] |