summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-07-28 12:10:28 -0700
committerJohn Keiser <john@johnkeiser.com>2016-08-03 11:57:02 -0700
commitbd2dfa481e7525e1c4a64450a6b018a0b1fcd3f9 (patch)
tree5731f632e00074bd3f7253efe6dd9d85c4148368 /Gemfile
parent25b1e744757ed6021bb082cd8b87580023bc1625 (diff)
downloadchef-bd2dfa481e7525e1c4a64450a6b018a0b1fcd3f9.tar.gz
Update all dependencies
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 9327fb539a..33ac507fa4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -75,11 +75,15 @@ 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"
end
instance_eval(ENV["GEMFILE_MOD"]) if ENV["GEMFILE_MOD"]