Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
iMacTia authored Aug 26, 2024
2 parents 7d8d251 + b1329e6 commit 3722c4f
Show file tree
Hide file tree
Showing 2 changed files with 3 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
2 changes: 1 addition & 1 deletion faraday-net_http.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Gem::Specification.new do |spec|
spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://github.com/lostisland/faraday-net_http'
spec.metadata['changelog_uri'] = "https://github.com/lostisland/faraday-net_http/releases/tag/v#{spec.version}"
spec.metadata['rubygems_mfa_required'] = 'true'

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 3722c4f

Please sign in to comment.