summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2018-02-15 14:25:07 +0000
committerThom May <thom@chef.io>2018-02-15 15:19:05 +0000
commit0ac00a8e04dcdf4298c68d92d047eb1c2cf04351 (patch)
tree60386774f921799651bc69626d2ba13a1c077334 /Gemfile
parentfdd9db047ee8b7401b947c1e60d9b996bd4fc336 (diff)
downloadchef-zero-0ac00a8e04dcdf4298c68d92d047eb1c2cf04351.tar.gz
Use latest ruby and enable expeditor
Signed-off-by: Thom May <thom@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index 9515e41..0a11dea 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,12 +7,8 @@ group :pedant do
gem "oc-chef-pedant", :git => "https://github.com/chef/chef-server.git"
end
-group :changelog do
- gem "github_changelog_generator", :git => "https://github.com/chef/github-changelog-generator.git"
-end
-
group :development, :test do
- gem "chefstyle", "= 0.3.1"
+ gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master"
end
gem "chef", "~> 13"