diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2018-06-04 11:32:59 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2018-06-04 11:32:59 -0700 |
commit | 9e4addc7274ebd32aa4ebc3cad4a7932b26c8325 (patch) | |
tree | 58498b1ea266d1b475ded1df8a0fac94b0ab45a0 /Gemfile | |
parent | 689c581bb4a12ee9ee216c354aec5efc82455613 (diff) | |
download | chef-9e4addc7274ebd32aa4ebc3cad4a7932b26c8325.tar.gz |
Use inspec-core, new ffi gem, and bump depslcg/inspec-core-ffi-and-bump
Switches to inspec-core, bumps ffi gem to newest release and bumps
other deps.
closes #7236
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -11,14 +11,9 @@ gem "chef-config", path: File.expand_path("../chef-config", __FILE__) if File.ex gem "cheffish", "~> 14" group(:omnibus_package) do - # override for unf_ext for inspec 2 until - # https://github.com/knu/ruby-unf_ext/pull/39 - # is merged and released - gem "unf_ext", "=0.0.7.6", :git => "https://github.com/jquick/ruby-unf_ext.git" - gem "appbundler" gem "rb-readline" - gem "inspec", "~> 2" + gem "inspec-core", "~> 2" gem "chef-vault" end |