diff options
-rw-r--r-- | Gemfile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -4,7 +4,7 @@ gemspec # NOTE: do not submit PRs to add pry as a dep, add to your Gemfile.local group :development do - gem "chefstyle" + gem "chefstyle", "= 0.6.0" gem "rake", ">= 10.1.0" gem "rspec-core", "~> 3.0" gem "rspec-expectations", "~> 3.0" @@ -17,10 +17,6 @@ group :ci do gem "rspec_junit_formatter" end -group :changelog do - gem "github_changelog_generator", git: "https://github.com/chef/github-changelog-generator" -end - instance_eval(ENV["GEMFILE_MOD"]) if ENV["GEMFILE_MOD"] # If you want to load debugging tools into the bundle exec sandbox, |