Skip to content

Commit 180e888

Browse files
committed
Require faraday-follow_redirects.
1 parent d333203 commit 180e888

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.rubocop_todo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2024-02-01 15:09:00 UTC using RuboCop version 1.48.1.
3+
# on 2024-02-01 15:28:54 UTC using RuboCop version 1.48.1.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new

Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ end
2323
group :test do
2424
gem 'danger-changelog', '~> 0.6.0'
2525
gem 'danger-toc', '~> 0.2.0'
26-
gem 'faraday-follow_redirects'
2726
gem 'minitest'
2827
gem 'mocha'
2928
gem 'rack-test'

hyperclient.gemspec

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Gem::Specification.new do |gem|
1414

1515
gem.add_dependency 'addressable'
1616
gem.add_dependency 'faraday', '>= 2'
17+
gem.add_dependency 'faraday-follow_redirects'
1718
gem.add_dependency 'faraday_hal_middleware', '>= 0.2'
1819
gem.metadata['rubygems_mfa_required'] = 'true'
1920
end

0 commit comments

Comments
 (0)