Skip to content

Commit

Permalink
Run CI against main branch of Faraday. (#46)
Browse files Browse the repository at this point in the history
This allows to test against new, unreleased versions of Faraday so that we can release faraday and faraday-net_http in tandem.
  • Loading branch information
iMacTia authored Aug 26, 2024
1 parent adb7255 commit b1329e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
source 'https://rubygems.org'
gemspec

gem 'faraday', github: 'lostisland/faraday'

gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.0'
gem 'simplecov'
Expand Down
1 change: 0 additions & 1 deletion faraday-net_http.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ Gem::Specification.new do |spec|
spec.files = Dir.glob('lib/**/*') + %w[README.md LICENSE.md]
spec.require_paths = ['lib']

spec.add_development_dependency 'faraday', '>= 2.5'
spec.add_runtime_dependency 'net-http'
end

0 comments on commit b1329e6

Please sign in to comment.