summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-03-09 12:11:16 -0800
committerTim Smith <tsmith@chef.io>2018-03-09 12:11:16 -0800
commit98d191ce416cfa5334c6bb8b334cddca91400a0a (patch)
treee1889f94fdd5d8665ec7852e3e0187f9bec7e20e
parent662c788d956911d4a98e58fcfa0488dfaaa36a82 (diff)
downloadohai-green_travis2.tar.gz
Pin Chefstyle and remove github_changelog_generatorgreen_travis2
Pin chefstyle to 0.6.0 so we don't have to fix all the warnings on our legacy branch Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index 4df781e2..5f0ce7a0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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,