diff options
| author | Bryan McLellan <btm@loftninjas.org> | 2020-04-03 20:52:38 -0400 |
|---|---|---|
| committer | Bryan McLellan <btm@loftninjas.org> | 2020-04-03 20:53:09 -0400 |
| commit | d167b19e70255161f71ef1929db0c4e08f6b9a32 (patch) | |
| tree | eb1c9f6cfd2f11c057e678f531f6c2e53e62a181 | |
| parent | 44295060227515ecf56e1c786706d94c84321046 (diff) | |
| download | chef-d167b19e70255161f71ef1929db0c4e08f6b9a32.tar.gz | |
Pin appbundler to pre chef-bin era
Signed-off-by: Bryan McLellan <btm@loftninjas.org>
| -rw-r--r-- | Gemfile | 2 | ||||
| -rw-r--r-- | Gemfile.lock | 4 | ||||
| -rw-r--r-- | omnibus/Gemfile.lock | 4 |
3 files changed, 5 insertions, 5 deletions
@@ -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) |
