Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 000168d

Browse files
Bump the minor-updates group across 1 directory with 6 updates (#418)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b20a8a commit 000168d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ GEM
147147
factory_bot_rails (6.5.0)
148148
factory_bot (~> 6.5)
149149
railties (>= 6.1.0)
150-
faker (3.5.1)
150+
faker (3.5.2)
151151
i18n (>= 1.8.11, < 2)
152152
faraday (2.12.2)
153153
faraday-net_http (>= 2.0, < 3.5)
@@ -326,12 +326,12 @@ GEM
326326
rainbow (3.1.1)
327327
rake (13.3.0)
328328
rate_throttle_client (0.1.2)
329-
rdoc (6.14.1)
329+
rdoc (6.14.2)
330330
erb
331331
psych (>= 4.0.0)
332332
redis (5.4.0)
333333
redis-client (>= 0.22.0)
334-
redis-client (0.24.0)
334+
redis-client (0.25.0)
335335
connection_pool
336336
regexp_parser (2.10.0)
337337
reline (0.6.1)
@@ -355,7 +355,7 @@ GEM
355355
rspec-mocks (~> 3.13)
356356
rspec-support (~> 3.13)
357357
rspec-support (3.13.4)
358-
rubocop (1.77.0)
358+
rubocop (1.78.0)
359359
json (~> 2.3)
360360
language_server-protocol (~> 3.17.0.2)
361361
lint_roller (~> 1.1.0)
@@ -390,16 +390,16 @@ GEM
390390
rubocop (~> 1.72, >= 1.72.1)
391391
ruby-progressbar (1.13.0)
392392
securerandom (0.4.1)
393-
sentry-rails (5.25.0)
393+
sentry-rails (5.26.0)
394394
railties (>= 5.0)
395-
sentry-ruby (~> 5.25.0)
396-
sentry-ruby (5.25.0)
395+
sentry-ruby (~> 5.26.0)
396+
sentry-ruby (5.26.0)
397397
bigdecimal
398398
concurrent-ruby (~> 1.0, >= 1.0.2)
399-
sentry-sidekiq (5.25.0)
400-
sentry-ruby (~> 5.25.0)
399+
sentry-sidekiq (5.26.0)
400+
sentry-ruby (~> 5.26.0)
401401
sidekiq (>= 3.0)
402-
sidekiq (8.0.4)
402+
sidekiq (8.0.5)
403403
connection_pool (>= 2.5.0)
404404
json (>= 2.9.0)
405405
logger (>= 1.6.2)

0 commit comments

Comments
 (0)