Skip to content

Commit 341c934

Browse files
Bump faraday-retry from 2.3.2 to 2.4.0
Bumps [faraday-retry](https://github.com/lostisland/faraday-retry) from 2.3.2 to 2.4.0. - [Release notes](https://github.com/lostisland/faraday-retry/releases) - [Changelog](https://github.com/lostisland/faraday-retry/blob/main/CHANGELOG.md) - [Commits](lostisland/faraday-retry@v2.3.2...v2.4.0) --- updated-dependencies: - dependency-name: faraday-retry dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0772577 commit 341c934

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem 'devise'
1212
gem 'omniauth-github', '~> 2.0.1'
1313
gem 'omniauth-rails_csrf_protection', '~> 2.0.1'
1414
gem 'octokit', '~> 10.0'
15-
gem "faraday-retry", "~> 2.3"
15+
gem "faraday-retry", "~> 2.4"
1616

1717
gem 'propshaft'
1818
gem 'jsbundling-rails'

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@ GEM
117117
drb (2.2.3)
118118
erb (5.1.3)
119119
erubi (1.13.1)
120-
faraday (2.13.1)
120+
faraday (2.14.0)
121121
faraday-net_http (>= 2.0, < 3.5)
122122
json
123123
logger
124-
faraday-net_http (3.4.1)
125-
net-http (>= 0.5.0)
126-
faraday-retry (2.3.2)
124+
faraday-net_http (3.4.2)
125+
net-http (~> 0.5)
126+
faraday-retry (2.4.0)
127127
faraday (~> 2.0)
128128
globalid (1.3.0)
129129
activesupport (>= 6.1)
@@ -176,8 +176,8 @@ GEM
176176
mini_portile2 (2.8.9)
177177
minitest (5.27.0)
178178
multi_xml (0.6.0)
179-
net-http (0.6.0)
180-
uri
179+
net-http (0.9.1)
180+
uri (>= 0.11.1)
181181
net-imap (0.5.12)
182182
date
183183
net-protocol
@@ -343,7 +343,7 @@ DEPENDENCIES
343343
cssbundling-rails
344344
csv
345345
devise
346-
faraday-retry (~> 2.3)
346+
faraday-retry (~> 2.4)
347347
haml-rails
348348
jsbundling-rails
349349
kaminari

0 commit comments

Comments
 (0)