summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-02-28 14:48:03 -0800
committerGitHub <noreply@github.com>2018-02-28 14:48:03 -0800
commit1c9ecc57b904cad88384a9e454903af6dc165637 (patch)
tree97c9bf130a14a4465b9b801e3ebf1a2012139d58
parenta7cf4278306be5ffc9626133950731f99be86f76 (diff)
parent326bfcfe2acca9a78356d261278e9bbbafd729f4 (diff)
downloadchef-1c9ecc57b904cad88384a9e454903af6dc165637.tar.gz
Merge pull request #6922 from chef/lcg/fix-builds-again-again
Revert appbundler to 0.10.0
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock5
2 files changed, 3 insertions, 4 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 6488848f88..1eeb5c280a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -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!