Skip to content

Commit f17e7aa

Browse files
authored
Build(deps): Bump sidekiq from 8.0.2 to 8.0.3 (#825)
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 8.0.2 to 8.0.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sidekiq/sidekiq/blob/main/Changes.md">sidekiq's changelog</a>.</em></p> <blockquote> <h1>Sidekiq Changes</h1> <p><a href="https://github.com/sidekiq/sidekiq/blob/main/Changes.md">Sidekiq Changes</a> | <a href="https://github.com/sidekiq/sidekiq/blob/main/Pro-Changes.md">Sidekiq Pro Changes</a> | <a href="https://github.com/sidekiq/sidekiq/blob/main/Ent-Changes.md">Sidekiq Enterprise Changes</a></p> <h2>HEAD</h2> <ul> <li>Configure Vernier output directory <a href="https://redirect.github.com/sidekiq/sidekiq/issues/6674">#6674</a></li> <li>Rework Rails integration <a href="https://redirect.github.com/sidekiq/sidekiq/issues/6669">#6669</a></li> <li>Implement flash messages for the Web UI <a href="https://redirect.github.com/sidekiq/sidekiq/issues/6675">#6675</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sidekiq/sidekiq/commit/205df02327a2402f4c844df07324d8ac3da80ffb"><code>205df02</code></a> changes</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/9bf8debad1a3fa8e015eecd24efa36cdf8cd9477"><code>9bf8deb</code></a> doc, fmt</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/a1e784f699242567196bf08c043fb10e325b49a4"><code>a1e784f</code></a> feat: Implement flash messages (<a href="https://redirect.github.com/sidekiq/sidekiq/issues/6677">#6677</a>)</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/f126015758379e4520f067d96b98e8ead38bf4ca"><code>f126015</code></a> Add the ability to set directory for profiles and fix profiler options (<a href="https://redirect.github.com/sidekiq/sidekiq/issues/6674">#6674</a>)</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/a350927e88e3eae05c6a0f985ac7f9c086d2e9af"><code>a350927</code></a> doc</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/b065bfb4873a95d84b815f574f0daf6b8742e39c"><code>b065bfb</code></a> Conditionally load ActiveJob and Rails integrations (<a href="https://redirect.github.com/sidekiq/sidekiq/issues/6669">#6669</a>)</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/1da602d64ee0acc1f5f25ebfc7546e715fdb9579"><code>1da602d</code></a> pro 801</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/e51177d25691be72988fb5e581c799d894df30eb"><code>e51177d</code></a> unlock vernier</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/b75857c897493496979bf018880b156fdc2d2161"><code>b75857c</code></a> doc: ent 6641</li> <li><a href="https://github.com/sidekiq/sidekiq/commit/74552ef43e59c8a9764a1317e17e7036caa3cd5c"><code>74552ef</code></a> Update it locale (<a href="https://redirect.github.com/sidekiq/sidekiq/issues/6667">#6667</a>)</li> <li>See full diff in <a href="https://github.com/sidekiq/sidekiq/compare/v8.0.2...v8.0.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sidekiq&package-manager=bundler&previous-version=8.0.2&new-version=8.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents bfb147c + 3badbe4 commit f17e7aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gem 'redis', '~> 5.4'
3535
gem 'rswag'
3636

3737
# Sidekiq for background processing
38-
gem 'sidekiq', '~> 8.0.2'
38+
gem 'sidekiq', '~> 8.0.3'
3939

4040
# Error and performance monitoring with Sentry
4141
gem 'sentry-rails'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ GEM
398398
rdoc (>= 4.0.0)
399399
reline (>= 0.4.2)
400400
jmespath (1.6.2)
401-
json (2.10.2)
401+
json (2.11.2)
402402
json-schema (5.1.1)
403403
addressable (~> 2.8)
404404
bigdecimal (~> 3.1)
@@ -683,7 +683,7 @@ GEM
683683
activesupport (>= 3)
684684
shoulda-matchers (6.5.0)
685685
activesupport (>= 5.2.0)
686-
sidekiq (8.0.2)
686+
sidekiq (8.0.3)
687687
connection_pool (>= 2.5.0)
688688
json (>= 2.9.0)
689689
logger (>= 1.6.2)
@@ -813,7 +813,7 @@ DEPENDENCIES
813813
sentry-ruby
814814
shoulda-callback-matchers
815815
shoulda-matchers
816-
sidekiq (~> 8.0.2)
816+
sidekiq (~> 8.0.3)
817817
simplecov
818818
spring
819819
spring-watcher-listen (~> 2.1.0)

0 commit comments

Comments
 (0)