summaryrefslogtreecommitdiff
path: root/Gemfile
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 /Gemfile
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
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 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"