diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -29,7 +29,7 @@ group(:docgen) do gem "yard" end -group(:maintenance, :ci) do +group(:maintenance) do gem "tomlrb" # To sync maintainers with github @@ -57,11 +57,6 @@ group(:development, :test) do gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master" end -group(:ci) do - gem "github_changelog_generator", git: "https://github.com/chef/github-changelog-generator" - gem "mixlib-install" -end - group(:travis) do # See `bundler-audit` in .travis.yml gem "bundler-audit", git: "https://github.com/rubysec/bundler-audit.git" |