1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-09-11 17:08:02 +02:00

slightly less strict faraday in spec

This commit is contained in:
Jeffrey Martin 2019-12-03 14:11:41 -06:00
parent d5d90dcbc3
commit fb8d9ec95b
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ PATH
ed25519
em-http-request
faker
faraday (= 0.17.0)
faraday (<= 0.17.0)
filesize
jsobfu
json
@ -170,7 +170,7 @@ GEM
railties (>= 4.2.0)
faker (2.2.1)
i18n (>= 0.8)
faraday (0.17.1)
faraday (0.17.0)
multipart-post (>= 1.2, < 3)
filesize (0.2.0)
fivemat (1.3.7)

View File

@ -207,6 +207,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'aws-sdk-iam'
# Earlier than latest Faraday gem is used to prevent upstream Octokit errors
spec.add_runtime_dependency 'faraday', '0.17.0'
spec.add_runtime_dependency 'faraday', '<= 0.17.0'
end