summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-09-02 11:45:37 -0700
committerTim Smith <tsmith84@gmail.com>2020-09-02 11:45:37 -0700
commit48c824e1b2e16489baa68b9b8a7561db25ab750d (patch)
tree22d120b19204f681b9330c1496ed272bf1f5f61a /Gemfile
parent84212d0f04fb36521fa46d651e9d34fc48a28b5b (diff)
downloadchef-48c824e1b2e16489baa68b9b8a7561db25ab750d.tar.gz
Pin Chefstyle + bump all other deps
Pull in the latest InSpec + mixlib gems Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 3b06e9a59a..921012c21e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -71,8 +71,7 @@ group(:development, :test) do
end
group(:chefstyle) do
- # for testing new chefstyle rules
- gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master"
+ gem "chefstyle", "1.2.1" # pinned so we don't have to fixup 2 branches for new rules
end
instance_eval(ENV["GEMFILE_MOD"]) if ENV["GEMFILE_MOD"]