summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVikram Karve <vikram.karve@progress.com>2022-07-14 13:23:17 +0530
committerVikram Karve <vikram.karve@progress.com>2022-07-26 13:02:37 +0530
commitde74a25b926d38bf311844a81a3c5f1527a78f49 (patch)
treef09d7a6990389e67ea45efdd25224b5e0d5076a8
parent4a140a231ba8b38d22d130027de9b238bf4ea136 (diff)
downloadchef-de74a25b926d38bf311844a81a3c5f1527a78f49.tar.gz
update train dependency version
Signed-off-by: Vikram Karve <vikram.karve@progress.com>
-rw-r--r--Gemfile.lock10
-rw-r--r--chef.gemspec2
-rw-r--r--omnibus/Gemfile.lock6
3 files changed, 9 insertions, 9 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 2bfd2e6b32..80480c708e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -70,7 +70,7 @@ PATH
plist (~> 3.2)
proxifier (~> 1.0)
syslog-logger (~> 1.6)
- train-core (~> 3.2, >= 3.2.28)
+ train-core (~> 3.10, >= 3.2.28)
train-rest (>= 0.4.1)
train-winrm (>= 0.2.5)
unf_ext (< 0.0.8.1)
@@ -106,7 +106,7 @@ PATH
plist (~> 3.2)
proxifier (~> 1.0)
syslog-logger (~> 1.6)
- train-core (~> 3.2, >= 3.2.28)
+ train-core (~> 3.10, >= 3.2.28)
train-rest (>= 0.4.1)
train-winrm (>= 0.2.5)
unf_ext (< 0.0.8.1)
@@ -269,7 +269,7 @@ GEM
sslshake (~> 1.2)
thor (>= 0.20, < 2.0)
tomlrb (>= 1.2, < 2.1)
- train-core (~> 3.0)
+ train-core (~> 3.10)
tty-prompt (~> 0.17)
tty-table (~> 0.10)
inspec-core-bin (5.18.14)
@@ -407,7 +407,7 @@ GEM
date
timeout (0.3.0)
tomlrb (1.3.0)
- train-core (3.9.2)
+ train-core (3.10.1)
addressable (~> 2.5)
ffi (!= 1.13.0)
json (>= 1.8, < 3.0)
@@ -416,7 +416,7 @@ GEM
net-ssh (>= 2.9, < 7.0)
train-rest (0.4.2)
rest-client (~> 2.1)
- train-core (~> 3.0)
+ train-core
train-winrm (0.2.13)
winrm (>= 2.3.6, < 3.0)
winrm-elevated (~> 1.2.2)
diff --git a/chef.gemspec b/chef.gemspec
index 6a5cda67b0..7ce3e12f1a 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.add_dependency "chef-config", "= #{Chef::VERSION}"
s.add_dependency "chef-utils", "= #{Chef::VERSION}"
- s.add_dependency "train-core", "~> 3.2", ">= 3.2.28" # 3.2.28 fixes sudo prompts. See https://github.com/chef/chef/pull/9635
+ s.add_dependency "train-core", "~> 3.10", ">= 3.2.28" # 3.2.28 fixes sudo prompts. See https://github.com/chef/chef/pull/9635
s.add_dependency "train-winrm", ">= 0.2.5"
s.add_dependency "train-rest", ">= 0.4.1" # target mode with rest APIs
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock
index 3fe558356d..81c98c2ecd 100644
--- a/omnibus/Gemfile.lock
+++ b/omnibus/Gemfile.lock
@@ -96,7 +96,7 @@ GEM
plist (~> 3.2)
proxifier (~> 1.0)
syslog-logger (~> 1.6)
- train-core (~> 3.2, >= 3.2.28)
+ train-core (~> 3.10, >= 3.2.28)
train-winrm (>= 0.2.5)
uuidtools (>= 2.1.5, < 3.0)
vault (~> 0.16)
@@ -129,7 +129,7 @@ GEM
plist (~> 3.2)
proxifier (~> 1.0)
syslog-logger (~> 1.6)
- train-core (~> 3.2, >= 3.2.28)
+ train-core (~> 3.10, >= 3.2.28)
train-winrm (>= 0.2.5)
uuidtools (>= 2.1.5, < 3.0)
vault (~> 0.16)
@@ -232,7 +232,7 @@ GEM
sslshake (~> 1.2)
thor (>= 0.20, < 2.0)
tomlrb (>= 1.2, < 2.1)
- train-core (~> 3.0)
+ train-core (~> 3.10)
tty-prompt (~> 0.17)
tty-table (~> 0.10)
iostruct (0.0.4)