Skip to content

Commit

Permalink
Add faraday-follow_redirects gem
Browse files Browse the repository at this point in the history
  • Loading branch information
jvendetti committed Jul 10, 2023
1 parent d5d3283 commit e3d96ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ source 'https://rubygems.org'

gemspec

gem 'faraday-follow_redirects', '~> 0.3'
gem 'rake'
gem 'rubocop', '~> 1.43'
gem 'pry'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ GEM
faraday-excon (2.1.0)
excon (>= 0.27.4)
faraday (~> 2.0)
faraday-follow_redirects (0.3.0)
faraday (>= 1, < 3)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (3.0.2)
Expand Down Expand Up @@ -87,6 +89,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
faraday-follow_redirects (~> 0.3)
ontologies_api_client!
pry
rake
Expand Down

0 comments on commit e3d96ca

Please sign in to comment.