Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ GEM
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-multipart (1.1.1)
multipart-post (~> 2.0)
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
faraday-retry (2.3.1)
Expand Down Expand Up @@ -73,6 +75,7 @@ GEM
mini_mime (1.1.2)
minitest (5.20.0)
multi_xml (0.6.0)
multipart-post (2.4.1)
net-http (0.6.0)
uri
netrc (0.11.0)
Expand Down Expand Up @@ -167,7 +170,7 @@ GEM
unicode_utils (~> 1.4)
strings-ansi (0.2.0)
strscan (3.1.0)
thor (1.2.1)
thor (1.4.0)
tilt (2.0.11)
timecop (0.9.6)
tty-pager (0.14.0)
Expand Down Expand Up @@ -203,6 +206,7 @@ DEPENDENCIES
aws-sdk-inspector
aws-sdk-inspector2
faraday (~> 2.13)
faraday-multipart
faraday-retry (~> 2.3)
httparty
ipaddress
Expand Down
Loading