Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
build(deps): Bump sidekiq from 7.2.4 to 7.3.0
Browse files Browse the repository at this point in the history
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.2.4 to 7.3.0.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v7.2.4...v7.3.0)

---
updated-dependencies:
- dependency-name: sidekiq
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent a960041 commit 0c2a53a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gem 'jbuilder', '~> 2.12'
# gem 'bcrypt', '~> 3.1.7'
gem 'haml-rails', '~> 2.1'
gem 'jquery-rails', '~> 4.6'
gem 'sidekiq', '~>7.2.4'
gem 'sidekiq', '~>7.3.0'

# Use Active Storage variant
# gem 'image_processing', '~> 1.2'
Expand Down
12 changes: 7 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -171,7 +172,7 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.0)
rack (3.1.4)
rack (3.1.6)
rack-proxy (0.7.7)
rack
rack-session (2.0.0)
Expand Down Expand Up @@ -223,7 +224,7 @@ GEM
execjs
railties (>= 3.2)
tilt
redis-client (0.22.1)
redis-client (0.22.2)
connection_pool
regexp_parser (2.9.2)
reline (0.5.9)
Expand Down Expand Up @@ -279,11 +280,12 @@ GEM
sprockets-rails
tilt
semantic_range (3.0.0)
sidekiq (7.2.4)
sidekiq (7.3.0)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
logger
rack (>= 2.2.4)
redis-client (>= 0.19.0)
redis-client (>= 0.22.2)
spring (4.2.1)
spring-watcher-listen (2.1.0)
listen (>= 2.7, < 4.0)
Expand Down Expand Up @@ -345,7 +347,7 @@ DEPENDENCIES
rubocop-rails
rubocop-rspec
sass-rails (>= 6)
sidekiq (~> 7.2.4)
sidekiq (~> 7.3.0)
spring
spring-watcher-listen (~> 2.1.0)
turbolinks (~> 5)
Expand Down

0 comments on commit 0c2a53a

Please sign in to comment.