diff options
author | John Keiser <john@johnkeiser.com> | 2016-07-28 12:10:28 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-08-03 11:57:02 -0700 |
commit | bd2dfa481e7525e1c4a64450a6b018a0b1fcd3f9 (patch) | |
tree | 5731f632e00074bd3f7253efe6dd9d85c4148368 /Gemfile | |
parent | 25b1e744757ed6021bb082cd8b87580023bc1625 (diff) | |
download | chef-bd2dfa481e7525e1c4a64450a6b018a0b1fcd3f9.tar.gz |
Update all dependencies
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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"] |