We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e8faec commit 436a833Copy full SHA for 436a833
aws/route53/Gemfile
@@ -2,4 +2,5 @@ source 'https://rubygems.org'
2
3
gem 'roadworker', '>= 0.5.9.beta7'
4
gem 'aws-sdk-ec2'
5
+gem 'nokogiri'
6
gem 'net-ftp'
aws/route53/Gemfile.lock
@@ -25,11 +25,16 @@ GEM
25
jmespath (1.6.2)
26
macaddr (1.7.2)
27
systemu (~> 2.6.5)
28
+ mini_portile2 (2.8.6)
29
net-ftp (0.3.4)
30
net-protocol
31
time
32
net-protocol (0.2.2)
33
timeout
34
+ nokogiri (1.16.4)
35
+ mini_portile2 (~> 2.8.2)
36
+ racc (~> 1.4)
37
+ racc (1.7.3)
38
roadworker (0.5.16)
39
aws-sdk-route53 (>= 1.22.0)
40
diffy
@@ -62,6 +67,7 @@ PLATFORMS
62
67
DEPENDENCIES
63
68
aws-sdk-ec2
64
69
net-ftp
70
+ nokogiri
65
71
roadworker (>= 0.5.9.beta7)
66
72
73
BUNDLED WITH
0 commit comments