We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 665cf76 + e86444e commit 9a87924Copy full SHA for 9a87924
prometheus-api-client.gemspec
@@ -15,5 +15,5 @@ Gem::Specification.new do |s|
15
s.files = %w(README.md) + Dir.glob('{lib/**/*}')
16
s.require_paths = ['lib']
17
18
- s.add_dependency 'faraday', '~> 0.9'
+ s.add_dependency 'faraday', '>= 0.9', '< 2.0.0'
19
end
0 commit comments