We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef5ad48 commit c9fd6b9Copy full SHA for c9fd6b9
Gemfile
@@ -3,6 +3,7 @@
3
source 'https://rubygems.org'
4
gemspec
5
6
+gem 'faraday', '~> 1.10.3'
7
gem 'rake', '~> 13.0'
8
gem 'rspec', '~> 3.0'
9
gem 'simplecov', '~> 0.22.0'
faraday-httpclient.gemspec
@@ -24,5 +24,4 @@ Gem::Specification.new do |spec|
24
spec.require_paths = ['lib']
25
26
spec.add_dependency 'httpclient', '>= 2.2'
27
- spec.add_dependency 'faraday', '>= 1.0'
28
end
0 commit comments