From e3d96cad81c65e35733c077834e75e4b41752254 Mon Sep 17 00:00:00 2001 From: Jennifer Vendetti Date: Mon, 10 Jul 2023 16:23:16 -0700 Subject: [PATCH] Add faraday-follow_redirects gem --- Gemfile | 1 + Gemfile.lock | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index 1d035b1..e1eb8ea 100644 --- a/Gemfile +++ b/Gemfile @@ -2,6 +2,7 @@ source 'https://rubygems.org' gemspec +gem 'faraday-follow_redirects', '~> 0.3' gem 'rake' gem 'rubocop', '~> 1.43' gem 'pry' diff --git a/Gemfile.lock b/Gemfile.lock index 9cf0f9d..1dfabcf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -87,6 +89,7 @@ PLATFORMS x86_64-linux DEPENDENCIES + faraday-follow_redirects (~> 0.3) ontologies_api_client! pry rake