Add faraday-retry gem

In order to remove an information text related to Faraday every time we
execute `pronto run`:
> To use retry middleware with Faraday v2.0+, install faraday-retry gem
This commit is contained in:
taitus
2025-01-22 15:57:04 +01:00
parent 211b3263dc
commit d8381204f1
2 changed files with 4 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ group :development do
gem "capistrano3-delayed-job", "~> 1.7.6"
gem "capistrano3-puma", "~> 5.2.0"
gem "erb_lint", "~> 0.6.0", require: false
gem "faraday-retry", "~> 2.2.1", require: false
gem "mdl", "~> 0.13.0", require: false
gem "pronto", "~> 0.11.2", require: false
gem "pronto-erb_lint", "~> 0.1.6", require: false