Skip to content

Commit

Permalink
fix: circular dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
saiqulhaq committed Sep 14, 2024
1 parent ef5ad48 commit c9fd6b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
source 'https://rubygems.org'
gemspec

gem 'faraday', '~> 1.10.3'
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.0'
gem 'simplecov', '~> 0.22.0'
Expand Down
1 change: 0 additions & 1 deletion faraday-httpclient.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'httpclient', '>= 2.2'
spec.add_dependency 'faraday', '>= 1.0'
end

0 comments on commit c9fd6b9

Please sign in to comment.