summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-02-28 14:47:06 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2018-02-28 14:47:06 -0800
commit326bfcfe2acca9a78356d261278e9bbbafd729f4 (patch)
tree5742234c727386b5c77e513569b16fe1fb2b2a46
parent32d5a5d1e1ec0e98ccae2a56ea66fab4bb9866b9 (diff)
downloadchef-326bfcfe2acca9a78356d261278e9bbbafd729f4.tar.gz
Revert appbundler to 0.10.0
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock9
2 files changed, 5 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
index ceea7fe9c3..57c80be631 100644
--- a/Gemfile
+++ b/Gemfile
@@ -14,7 +14,7 @@ gem "chef-config", path: File.expand_path("../chef-config", __FILE__) if File.ex
gem "cheffish", "~> 13" # required for rspec tests
group(:omnibus_package) do
- gem "appbundler"
+ gem "appbundler", "= 0.10.0"
gem "rb-readline"
gem "inspec", "~> 1"
gem "chef-vault"
diff --git a/Gemfile.lock b/Gemfile.lock
index a970e0e873..3072ba8481 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -8,10 +8,10 @@ GIT
GIT
remote: https://github.com/chef/ohai.git
- revision: 8cdfbfe462ef0850333095f31a6ef1a23dda6b73
+ revision: a7a9e6f59f4fe9a78af095e28717679422a5a631
branch: master
specs:
- ohai (14.0.18)
+ ohai (14.0.19)
chef-config (>= 12.8, < 15)
ffi (~> 1.9)
ffi-yajl (~> 2.2)
@@ -121,9 +121,8 @@ GEM
remote: https://rubygems.org/
specs:
addressable (2.4.0)
- appbundler (0.11.0)
+ appbundler (0.10.0)
mixlib-cli (~> 1.4)
- mixlib-shellout (~> 2.0)
ast (2.4.0)
backports (3.11.1)
binding_of_caller (0.8.0)
@@ -394,7 +393,7 @@ PLATFORMS
x86-mingw32
DEPENDENCIES
- appbundler
+ appbundler (= 0.10.0)
bundler-audit!
chef!
chef-config!