summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-08-10 16:07:06 -0700
committerJohn Keiser <john@johnkeiser.com>2016-08-10 16:07:06 -0700
commitf6a6206963b76a1bf505c5dd29dbf74726f8e081 (patch)
treecaec41b6012bc2890acbe745698a0ab3e8af79f1 /Gemfile
parentbf10b256c55d6b10d83837edeb72f0d908858b3e (diff)
downloadchef-f6a6206963b76a1bf505c5dd29dbf74726f8e081.tar.gz
Put travis and github gems back on released versionsjk/update-github-api
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 33ac507fa4..773f2240af 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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"]