diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-09-02 11:45:37 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-09-02 11:45:37 -0700 |
commit | 48c824e1b2e16489baa68b9b8a7561db25ab750d (patch) | |
tree | 22d120b19204f681b9330c1496ed272bf1f5f61a /Gemfile | |
parent | 84212d0f04fb36521fa46d651e9d34fc48a28b5b (diff) | |
download | chef-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-- | Gemfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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"] |