summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-02-02 13:06:37 -0800
committerTim Smith <tsmith84@gmail.com>2021-02-02 13:06:37 -0800
commited17598c7c864425c74e6d7298e983d677eae9e1 (patch)
treeb2276b058c61c12bb427f11471fe6bbe01c60d6e
parentffdd649498b8fe8f6044da8eafa6ab45e6b77b5a (diff)
downloadohai-pin_chefstyle.tar.gz
Pin chefstyle for Ohai 16 to a known versionpin_chefstyle
Ride master only on master of Ohai Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index fdd28524..45dba084 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,14 +9,14 @@ gem "chef-utils", git: "https://github.com/chef/chef", branch: "chef-16", glob:
# NOTE: do not submit PRs to add pry as a dep, add to your Gemfile.local
group :development do
- gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master"
+ gem "chefstyle", "1.6.2"
gem "ipaddr_extensions"
gem "rake", ">= 10.1.0"
gem "rspec-collection_matchers", "~> 1.0"
gem "rspec-core", "~> 3.0"
gem "rspec-expectations", "~> 3.0"
gem "rspec-mocks", "~> 3.0"
- gem "rubocop-performance", "1.9.0"
+ gem "rubocop-performance", "1.9.2"
gem "rubocop-rspec"
end