Skip to content

Commit ee4fac9

Browse files
Bump faraday from 2.13.2 to 2.14.0
Bumps [faraday](https://github.com/lostisland/faraday) from 2.13.2 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.2...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] <support@github.com>
1 parent 7c0fa9f commit ee4fac9

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

Gemfile.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ GEM
126126
tzinfo
127127
faker (3.5.2)
128128
i18n (>= 1.8.11, < 2)
129-
faraday (2.13.2)
129+
faraday (2.14.0)
130130
faraday-net_http (>= 2.0, < 3.5)
131131
json
132132
logger
@@ -165,7 +165,7 @@ GEM
165165
jbuilder (2.13.0)
166166
actionview (>= 5.0.0)
167167
activesupport (>= 5.0.0)
168-
json (2.12.2)
168+
json (2.15.1)
169169
kamal (2.7.0)
170170
activesupport (>= 7.0)
171171
base64 (~> 0.2)
@@ -320,6 +320,13 @@ GEM
320320
rexml (~> 3.2, >= 3.2.5)
321321
rubyzip (>= 1.2.2, < 3.0)
322322
websocket (~> 1.0)
323+
simplecov (0.22.0)
324+
docile (~> 1.1)
325+
simplecov-html (~> 0.11)
326+
simplecov_json_formatter (~> 0.1)
327+
simplecov-html (0.13.2)
328+
simplecov-lcov (0.9.0)
329+
simplecov_json_formatter (0.1.4)
323330
simpleidn (0.2.3)
324331
solid_cable (3.0.11)
325332
actioncable (>= 7.2)
@@ -358,7 +365,7 @@ GEM
358365
railties (>= 7.1.0)
359366
tzinfo (2.0.6)
360367
concurrent-ruby (~> 1.0)
361-
uri (1.0.3)
368+
uri (1.0.4)
362369
useragent (0.16.11)
363370
warden (1.2.9)
364371
rack (>= 2.0.9)
@@ -407,12 +414,13 @@ DEPENDENCIES
407414
ransack
408415
rspec-rails (~> 8.0.0)
409416
selenium-webdriver
417+
simplecov
418+
simplecov-lcov
410419
simpleidn
411420
solid_cable
412421
solid_cache
413422
solid_queue
414423
stimulus-rails
415-
thor (>= 1.4.0)
416424
thruster
417425
traco
418426
turbo-rails

0 commit comments

Comments
 (0)