From b6329b0c953246a743c97332158c27a4de551dd3 Mon Sep 17 00:00:00 2001 From: markokajzer Date: Sat, 10 Feb 2024 02:39:34 +0100 Subject: [PATCH] deps: add faraday-retry to get rid of warning --- Gemfile | 1 + Gemfile.lock | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index 74b9516..652ea3a 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "3.3.0" gem "octokit" +gem "faraday-retry" gem "activesupport", require: "active_support" gem "async" diff --git a/Gemfile.lock b/Gemfile.lock index 618660a..689168a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,6 +40,8 @@ GEM faraday-net_http (>= 2.0, < 3.2) faraday-net_http (3.1.0) net-http + faraday-retry (2.2.0) + faraday (~> 2.0) fiber-annotation (0.2.0) fiber-local (1.0.0) hashdiff (1.0.1) @@ -162,6 +164,7 @@ DEPENDENCIES async awesome_print debug + faraday-retry octokit paint rspec