summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-06-04 11:32:59 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2018-06-04 11:32:59 -0700
commit9e4addc7274ebd32aa4ebc3cad4a7932b26c8325 (patch)
tree58498b1ea266d1b475ded1df8a0fac94b0ab45a0 /Gemfile
parent689c581bb4a12ee9ee216c354aec5efc82455613 (diff)
downloadchef-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--Gemfile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
index 527199f80f..a6fe2d24ae 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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