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

use faraday gem version compatabile with octokit

This commit is contained in:
Adam Galway 2019-12-03 17:40:36 +00:00
parent 95047f9fee
commit 774a93df1f
No known key found for this signature in database
GPG Key ID: EC5AF4B99AB94D70

View File

@ -205,4 +205,8 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'aws-sdk-s3'
spec.add_runtime_dependency 'aws-sdk-ec2'
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'
end