1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-08-28 23:26:18 +02:00

set faraday to latest version

This commit is contained in:
Adam Galway 2020-03-26 10:36:13 +00:00
parent 2da9d54b7b
commit db2e7bb9d7
No known key found for this signature in database
GPG Key ID: EC5AF4B99AB94D70
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ PATH
em-http-request
eventmachine
faker
faraday (= 0.17.3)
faraday
faye-websocket
filesize
hrr_rb_ssh (= 0.3.0.pre2)
@ -173,7 +173,7 @@ GEM
railties (>= 4.2.0)
faker (2.2.1)
i18n (>= 0.8)
faraday (0.17.3)
faraday (1.0.0)
multipart-post (>= 1.2, < 3)
faye-websocket (0.10.9)
eventmachine (>= 0.12.0)

View File

@ -211,6 +211,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'eventmachine'
# Earlier than latest Faraday gem is used to prevent upstream Octokit errors
spec.add_runtime_dependency 'faraday', '0.17.3'
spec.add_runtime_dependency 'faraday'
end