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.3.1 to 7.3.2 (#249)
Browse files Browse the repository at this point in the history
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.3.1 to 7.3.2.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v7.3.1...v7.3.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2024
1 parent 30db731 commit 26f68ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.3.1'
gem 'sidekiq', '~>7.3.2'

# Use Active Storage variant
# gem 'image_processing', '~> 1.2'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +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)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -277,7 +277,7 @@ GEM
sprockets-rails
tilt
semantic_range (3.0.0)
sidekiq (7.3.1)
sidekiq (7.3.2)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
logger
Expand Down Expand Up @@ -343,7 +343,7 @@ DEPENDENCIES
rubocop-rails
rubocop-rspec
sass-rails (>= 6)
sidekiq (~> 7.3.1)
sidekiq (~> 7.3.2)
spring
spring-watcher-listen (~> 2.1.0)
turbolinks (~> 5)
Expand Down

0 comments on commit 26f68ba

Please sign in to comment.