mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-10-29 18:07:27 +01:00
use faraday gem version compatabile with octokit
This commit is contained in:
parent
95047f9fee
commit
774a93df1f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user