File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2323group :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'
Original file line number Diff line number Diff 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'
1920end
You can’t perform that action at this time.
0 commit comments