summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2020-04-03 20:52:38 -0400
committerBryan McLellan <btm@loftninjas.org>2020-04-03 20:53:09 -0400
commitd167b19e70255161f71ef1929db0c4e08f6b9a32 (patch)
treeeb1c9f6cfd2f11c057e678f531f6c2e53e62a181
parent44295060227515ecf56e1c786706d94c84321046 (diff)
downloadchef-d167b19e70255161f71ef1929db0c4e08f6b9a32.tar.gz
Pin appbundler to pre chef-bin era
Signed-off-by: Bryan McLellan <btm@loftninjas.org>
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
-rw-r--r--omnibus/Gemfile.lock4
3 files changed, 5 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index 4c02600a03..b29c4e300c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,7 +11,7 @@ gem "chef-config", path: File.expand_path("../chef-config", __FILE__) if File.ex
gem "cheffish", "~> 14"
group(:omnibus_package) do
- gem "appbundler"
+ gem "appbundler", "< 1.0"
gem "rb-readline"
gem "inspec-core", "~> 3"
gem "chef-vault"
diff --git a/Gemfile.lock b/Gemfile.lock
index b81610e63a..99d0859382 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -203,7 +203,7 @@ GEM
systemu (~> 2.6.4)
wmi-lite (~> 1.0)
parallel (1.19.1)
- parser (2.7.0.5)
+ parser (2.7.1.0)
ast (~> 2.4.0)
parslet (1.8.2)
pastel (0.7.3)
@@ -354,7 +354,7 @@ PLATFORMS
x86-mingw32
DEPENDENCIES
- appbundler
+ appbundler (< 1.0)
chef!
chef-config!
chef-vault
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock
index 09895488d2..93adeffc13 100644
--- a/omnibus/Gemfile.lock
+++ b/omnibus/Gemfile.lock
@@ -156,7 +156,7 @@ GEM
citrus (3.0.2)
cleanroom (1.0.0)
coderay (1.1.2)
- concurrent-ruby (1.1.5)
+ concurrent-ruby (1.1.6)
debug_inspector (0.0.3)
diff-lcs (1.3)
ed25519 (1.2.4)
@@ -313,7 +313,7 @@ GEM
solve (4.0.3)
molinillo (~> 0.6)
semverse (>= 1.1, < 4.0)
- specinfra (2.82.12)
+ specinfra (2.82.13)
net-scp
net-ssh (>= 2.7)
net-telnet (= 0.1.1)