Skip to content

Commit 5f89c93

Browse files
committed
net-ftp is now bundled gem
1 parent 69298f3 commit 5f89c93

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

aws/route53/Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ source 'https://rubygems.org'
22

33
gem 'roadworker', '>= 0.5.9.beta7'
44
gem 'aws-sdk-ec2'
5+
gem 'net-ftp'

aws/route53/Gemfile.lock

+10
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,19 @@ GEM
1818
aws-sigv4 (~> 1.1)
1919
aws-sigv4 (1.1.1)
2020
aws-eventstream (~> 1.0, >= 1.0.2)
21+
date (3.3.4)
2122
diffy (3.4.2)
2223
dnsruby (1.61.3)
2324
addressable (~> 2.5)
2425
hashie (4.1.0)
2526
jmespath (1.6.1)
2627
macaddr (1.7.2)
2728
systemu (~> 2.6.5)
29+
net-ftp (0.3.4)
30+
net-protocol
31+
time
32+
net-protocol (0.2.2)
33+
timeout
2834
public_suffix (4.0.6)
2935
roadworker (0.5.12)
3036
aws-sdk-route53 (>= 1.22.0)
@@ -38,6 +44,9 @@ GEM
3844
systemu (2.6.5)
3945
term-ansicolor (1.7.1)
4046
tins (~> 1.0)
47+
time (0.3.0)
48+
date
49+
timeout (0.4.1)
4150
tins (1.24.1)
4251
sync
4352
uuid (2.3.9)
@@ -48,6 +57,7 @@ PLATFORMS
4857

4958
DEPENDENCIES
5059
aws-sdk-ec2
60+
net-ftp
5161
roadworker (>= 0.5.9.beta7)
5262

5363
BUNDLED WITH

0 commit comments

Comments
 (0)