File tree 3 files changed +2
-2
lines changed
3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# This configuration was generated by
2
2
# `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.
4
4
# The point is for the user to remove these configuration records
5
5
# one by one as the offenses are removed from the code base.
6
6
# Note that changes in the inspected code, or installation of new
Original file line number Diff line number Diff line change 23
23
group :test do
24
24
gem 'danger-changelog' , '~> 0.6.0'
25
25
gem 'danger-toc' , '~> 0.2.0'
26
- gem 'faraday-follow_redirects'
27
26
gem 'minitest'
28
27
gem 'mocha'
29
28
gem 'rack-test'
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Gem::Specification.new do |gem|
14
14
15
15
gem . add_dependency 'addressable'
16
16
gem . add_dependency 'faraday' , '>= 2'
17
+ gem . add_dependency 'faraday-follow_redirects'
17
18
gem . add_dependency 'faraday_hal_middleware' , '>= 0.2'
18
19
gem . metadata [ 'rubygems_mfa_required' ] = 'true'
19
20
end
You can’t perform that action at this time.
0 commit comments