Skip to content

Commit fa75d7b

Browse files
Bump faraday from 2.13.4 to 2.14.0 (#5999)
Bumps [faraday](https://github.com/lostisland/faraday) from 2.13.4 to 2.14.0. - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](lostisland/faraday@v2.13.4...v2.14.0) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 025024c commit fa75d7b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem "dalli", "~> 3.2"
1313
gem "datadog", "~> 2.21"
1414
gem "dogstatsd-ruby", "~> 5.7"
1515
gem "google-protobuf", "~> 4.32"
16-
gem "faraday", "~> 2.13"
16+
gem "faraday", "~> 2.14"
1717
gem "faraday-retry", "~> 2.3"
1818
gem "faraday-restrict-ip-addresses", "~> 0.3.0", require: "faraday/restrict_ip_addresses"
1919
gem "flipper", "~> 1.3"

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ GEM
267267
factory_bot_rails (6.5.1)
268268
factory_bot (~> 6.5)
269269
railties (>= 6.1.0)
270-
faraday (2.13.4)
270+
faraday (2.14.0)
271271
faraday-net_http (>= 2.0, < 3.5)
272272
json
273273
logger
@@ -372,7 +372,7 @@ GEM
372372
jmespath (1.6.2)
373373
job-iteration (1.11.0)
374374
activejob (>= 6.1)
375-
json (2.13.2)
375+
json (2.15.2)
376376
json-jwt (1.16.7)
377377
activesupport (>= 4.2)
378378
aes_key_wrap
@@ -940,7 +940,7 @@ DEPENDENCIES
940940
dogstatsd-ruby (~> 5.7)
941941
dotenv-rails (~> 3.1)
942942
factory_bot_rails (~> 6.5)
943-
faraday (~> 2.13)
943+
faraday (~> 2.14)
944944
faraday-multipart (~> 1.1)
945945
faraday-restrict-ip-addresses (~> 0.3.0)
946946
faraday-retry (~> 2.3)
@@ -1121,7 +1121,7 @@ CHECKSUMS
11211121
et-orbi (1.2.11) sha256=d26e868cc21db88280a9ec1a50aa3da5d267eb9b2037ba7b831d6c2731f5df64
11221122
factory_bot (6.5.5) sha256=ce59295daee1b4704dab8a2fee6816f513d467c6aa3bc587860767d74a66efbe
11231123
factory_bot_rails (6.5.1) sha256=d3cc4851eae4dea8a665ec4a4516895045e710554d2b5ac9e68b94d351bc6d68
1124-
faraday (2.13.4) sha256=c719ff52cfd0dbaeca79dd83ed3aeea3f621032abf8bc959d1c05666157cac26
1124+
faraday (2.14.0) sha256=8699cfe5d97e55268f2596f9a9d5a43736808a943714e3d9a53e6110593941cd
11251125
faraday-follow_redirects (0.3.0) sha256=d92d975635e2c7fe525dd494fcd4b9bb7f0a4a0ec0d5f4c15c729530fdb807f9
11261126
faraday-multipart (1.1.1) sha256=77a18ff40149030fd1aef55bb4fc7a67ce46419a8a3fcd010e28c2526e8d8903
11271127
faraday-net_http (3.4.1) sha256=095757fae7872b94eac839c08a1a4b8d84fd91d6886cfbe75caa2143de64ab3b
@@ -1167,7 +1167,7 @@ CHECKSUMS
11671167
irb (1.15.2) sha256=222f32952e278da34b58ffe45e8634bf4afc2dc7aa9da23fed67e581aa50fdba
11681168
jmespath (1.6.2) sha256=238d774a58723d6c090494c8879b5e9918c19485f7e840f2c1c7532cf84ebcb1
11691169
job-iteration (1.11.0) sha256=3a5c876f26d65aaef20c190ecbda5ed72075b37949ef4870d79c8af7b97e3f16
1170-
json (2.13.2) sha256=02e1f118d434c6b230a64ffa5c8dee07e3ec96244335c392eaed39e1199dbb68
1170+
json (2.15.2) sha256=1068e1d966d2d0dcaf953eaed09c2d30e4104c64c1e3140c435d17be08d1fa27
11711171
json-jwt (1.16.7) sha256=ccabff4c6d1a14276b23178e8bebe513ef236399b72a0b886d7ed94800d172a5
11721172
jwt (3.1.2) sha256=af6991f19a6bb4060d618d9add7a66f0eeb005ac0bc017cd01f63b42e122d535
11731173
kaminari (1.2.2) sha256=c4076ff9adccc6109408333f87b5c4abbda5e39dc464bd4c66d06d9f73442a3e

0 commit comments

Comments
 (0)