diff options
author | Jared Quick <jquick@chef.io> | 2018-03-26 09:17:00 -0400 |
---|---|---|
committer | Jared Quick <jquick@chef.io> | 2018-03-26 14:18:34 -0400 |
commit | 1065395824680c979c81761f8bfaae301e189946 (patch) | |
tree | dd73a5316e01a56db1867909e4704b51938dcadd /Gemfile | |
parent | 8b40f2984d478c00a6e7d8dc7a991c7b3cad181a (diff) | |
download | chef-1065395824680c979c81761f8bfaae301e189946.tar.gz |
Force unf_ext to 0.0.7.6 in Gemfile.
Signed-off-by: Jared Quick <jquick@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -11,6 +11,11 @@ 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" |