diff --git a/Gemfile b/Gemfile index 7f13d01..506b2bd 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '3.0.3' -gem 'faraday' +gem 'faraday', '>= 2.14.1' gem 'faraday_middleware' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'