Skip to content

Commit

Permalink
deps: add faraday-retry to get rid of warning
Browse files Browse the repository at this point in the history
  • Loading branch information
markokajzer committed Feb 10, 2024
1 parent e808a8c commit b6329b0
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 @@ -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"

Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -162,6 +164,7 @@ DEPENDENCIES
async
awesome_print
debug
faraday-retry
octokit
paint
rspec
Expand Down

0 comments on commit b6329b0

Please sign in to comment.