Skip to content

Commit cfb719c

Browse files
Update faraday-follow_redirects and unblock Ruby 4.0 (#92)
* Update faraday-follow_redirects Update to latest and allow any v0.x versions. This allow `onfido-ruby` to be compatible with Ruby 4.0 * Drop unnecessary faraday-follow_redirects dependency from Gemfile Supersede to #91 --------- Co-authored-by: Thomas <thomas@brennetot.com>
1 parent 592c776 commit cfb719c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@ group :development, :test do
88
gem 'rubocop', '~> 0.66.0'
99
gem 'rubyzip', '~> 2.3.2'
1010
end
11-
12-
gem "faraday-follow_redirects", "~> 0.3.0"

onfido.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
2929
s.metadata = {}
3030

3131
s.add_runtime_dependency 'faraday', '>= 1.0.1', '< 3.0'
32-
s.add_runtime_dependency 'faraday-follow_redirects', '~> 0.3.0'
32+
s.add_runtime_dependency 'faraday-follow_redirects', '~> 0.5'
3333
s.add_runtime_dependency 'faraday-multipart'
3434
s.add_runtime_dependency 'marcel'
3535
s.add_runtime_dependency 'openssl'

0 commit comments

Comments
 (0)