summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-24 13:36:31 -0700
committerTim Smith <tsmith@chef.io>2018-10-24 13:36:31 -0700
commitaee34d5147c74aa2a676dfec6388454542cb09ce (patch)
treec3df6368996a0e22969939b9bfff8d2e588a196f /Gemfile
parent9fa30422aea40a6cc9c8a2944692bce97d226090 (diff)
downloadchef-aee34d5147c74aa2a676dfec6388454542cb09ce.tar.gz
Update InSpec to 3.0
This gets us some nice new functionality in InSpec. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 7eec6c7434..e4297fc063 100644
--- a/Gemfile
+++ b/Gemfile
@@ -13,7 +13,7 @@ gem "cheffish", "~> 14"
group(:omnibus_package) do
gem "appbundler"
gem "rb-readline"
- gem "inspec-core", "~> 2"
+ gem "inspec-core", "~> 3"
gem "chef-vault"
end