Skip to content

Commit

Permalink
Bump sidekiq from 6.4.0 to 7.1.4 in /backend
Browse files Browse the repository at this point in the history
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.4.0 to 7.1.4.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v6.4.0...v7.1.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 22, 2023
1 parent b234e83 commit 67b4411
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion backend/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gem "omniauth-facebook", "3.0.0"
gem "colored", "~> 1.2"

# Background jobs
gem "sidekiq", "~> 6.4"
gem "sidekiq", "~> 7.1"

# Structured seed data
gem "seedbank"
Expand Down
18 changes: 10 additions & 8 deletions backend/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ GEM
descendants_tracker (~> 0.0.1)
colored (1.2)
concurrent-ruby (1.2.2)
connection_pool (2.2.5)
connection_pool (2.4.1)
countries (4.0.1)
i18n_data (~> 0.13.0)
sixarm_ruby_unaccent (~> 1.1)
Expand Down Expand Up @@ -310,7 +310,7 @@ GEM
pusher-signature (0.1.8)
racc (1.7.1)
racc (1.7.1-java)
rack (2.2.7)
rack (2.2.8)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-test (2.1.0)
Expand Down Expand Up @@ -351,7 +351,8 @@ GEM
thor (~> 1.0)
rainbow (3.1.1)
rake (13.0.6)
redis (4.5.1)
redis-client (0.17.0)
connection_pool
regexp_parser (2.8.1)
request_store (1.5.0)
rack (>= 1.4)
Expand Down Expand Up @@ -399,10 +400,11 @@ GEM
rake (>= 10.0)
shoulda-matchers (5.3.0)
activesupport (>= 5.2.0)
sidekiq (6.4.0)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
sidekiq (7.1.4)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -515,7 +517,7 @@ DEPENDENCIES
ruby-progressbar
seedbank
shoulda-matchers
sidekiq (~> 6.4)
sidekiq (~> 7.1)
simplecov
standardrb
symmetric-encryption
Expand Down

0 comments on commit 67b4411

Please sign in to comment.