Skip to content

Commit

Permalink
Require faraday-follow_redirects.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Feb 1, 2024
1 parent d333203 commit 180e888
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2024-02-01 15:09:00 UTC using RuboCop version 1.48.1.
# on 2024-02-01 15:28:54 UTC using RuboCop version 1.48.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ end
group :test do
gem 'danger-changelog', '~> 0.6.0'
gem 'danger-toc', '~> 0.2.0'
gem 'faraday-follow_redirects'
gem 'minitest'
gem 'mocha'
gem 'rack-test'
Expand Down
1 change: 1 addition & 0 deletions hyperclient.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Gem::Specification.new do |gem|

gem.add_dependency 'addressable'
gem.add_dependency 'faraday', '>= 2'
gem.add_dependency 'faraday-follow_redirects'
gem.add_dependency 'faraday_hal_middleware', '>= 0.2'
gem.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit 180e888

Please sign in to comment.