summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc A. Paradise <marc.paradise@gmail.com>2019-04-22 22:52:41 -0400
committerMarc A. Paradise <marc.paradise@gmail.com>2019-04-22 22:52:41 -0400
commit0194b129e345330fc692f950a082880586478a12 (patch)
tree2b86b5c907370890f22452ac09ebcc3b040c863b
parent404ba4055097d01931edefa729ff8ff0dfb03051 (diff)
downloadchef-SUSTAINING-955/bootstrap-on-chef-core.tar.gz
Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
-rw-r--r--Gemfile.lock12
-rw-r--r--chef.gemspec2
2 files changed, 6 insertions, 8 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 08cd6ea4f0..c6a45eed30 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -32,7 +32,7 @@ PATH
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
chef-config (= 15.0.229)
- chef-core (~> 0.0.2)
+ chef-core (~> 0.0.3)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
ed25519 (~> 1.2)
@@ -61,7 +61,7 @@ PATH
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
chef-config (= 15.0.229)
- chef-core (~> 0.0.2)
+ chef-core (~> 0.0.3)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
ed25519 (~> 1.2)
@@ -124,12 +124,12 @@ GEM
debug_inspector (>= 0.0.1)
builder (3.2.3)
byebug (11.0.1)
- chef-core (0.0.2)
+ chef-core (0.0.3)
chef-telemetry
mixlib-log
pastel
r18n-desktop
- train-core (~> 2.0.6)
+ train-core (~> 2.0, >= 2.0.12)
tty-color
tty-cursor
tty-spinner
@@ -351,9 +351,7 @@ GEM
timers (4.3.0)
tins (1.20.2)
tomlrb (1.2.8)
- train-core (2.0.8)
- bcrypt_pbkdf (~> 1.0)
- ed25519 (~> 1.2)
+ train-core (2.0.12)
json (>= 1.8, < 3.0)
mixlib-shellout (>= 2.0, < 4.0)
net-scp (>= 1.2, < 3.0)
diff --git a/chef.gemspec b/chef.gemspec
index a28c4784e4..32e12bad41 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 2.5.0"
s.add_dependency "chef-config", "= #{Chef::VERSION}"
- s.add_dependency "chef-core", "~> 0.0.2"
+ s.add_dependency "chef-core", "~> 0.0.3"
s.add_dependency "mixlib-cli", ">= 1.7", "< 3.0"
s.add_dependency "mixlib-log", ">= 2.0.3", "< 4.0"