summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-12-20 23:02:49 -0800
committerTim Smith <tsmith84@gmail.com>2022-01-04 16:03:18 -0800
commita0a05b10880c04a5e810ba89f5cce7b1295b7484 (patch)
treed1ff53b2c4a84d39baee1d663ead416deb7a22cb
parentb72bfd88cda3170edb4c523eac59114783da2353 (diff)
downloadchef-ruby31.tar.gz
net-ftp isn't bundled in Ruby 3.1 anymore so dep on itruby31
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile.lock12
-rw-r--r--chef.gemspec1
2 files changed, 13 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 9862aa4967..2fc6e890c6 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -57,6 +57,7 @@ PATH
mixlib-cli (>= 2.1.1, < 3.0)
mixlib-log (>= 2.0.3, < 4.0)
mixlib-shellout (>= 3.1.1, < 4.0)
+ net-ftp
net-sftp (>= 2.1.2, < 4.0)
ohai (~> 17.0)
plist (~> 3.2)
@@ -185,6 +186,7 @@ GEM
ffi (>= 1.15.0)
crack (0.4.5)
rexml
+ date (3.2.2)
debug_inspector (1.1.0)
diff-lcs (1.3)
ed25519 (1.2.4)
@@ -250,6 +252,7 @@ GEM
tty-table (~> 0.10)
inspec-core-bin (4.52.9)
inspec-core (= 4.52.9)
+ io-wait (0.2.1)
ipaddress (0.8.3)
iso8601 (0.13.0)
jmespath (1.4.0)
@@ -283,6 +286,12 @@ GEM
wmi-lite (~> 1.0)
multi_json (1.15.0)
multipart-post (2.1.1)
+ net-ftp (0.1.3)
+ net-protocol
+ time
+ net-protocol (0.1.2)
+ io-wait
+ timeout
net-scp (3.0.0)
net-ssh (>= 2.6.5, < 7.0.0)
net-sftp (3.0.0)
@@ -354,6 +363,9 @@ GEM
structured_warnings (0.4.0)
syslog-logger (1.6.8)
thor (1.1.0)
+ time (0.2.0)
+ date
+ timeout (0.2.0)
tomlrb (1.3.0)
train-core (3.8.6)
addressable (~> 2.5)
diff --git a/chef.gemspec b/chef.gemspec
index cd815b2535..86c266327d 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -41,6 +41,7 @@ Gem::Specification.new do |s|
s.add_dependency "ffi", ">= 1.5.0"
s.add_dependency "ffi-yajl", "~> 2.2"
s.add_dependency "net-sftp", ">= 2.1.2", "< 4.0" # remote_file resource
+ s.add_dependency "net-ftp" # remote_file resource
s.add_dependency "erubis", "~> 2.7" # template resource / cookbook syntax check
s.add_dependency "diff-lcs", ">= 1.2.4", "< 1.4.0" # 1.4 breaks output. Used in lib/chef/util/diff
s.add_dependency "ffi-libarchive", "~> 1.0", ">= 1.0.3" # archive_file resource