Skip to content

Commit

Permalink
Bump sidekiq from 6.5.6 to 7.1.3
Browse files Browse the repository at this point in the history
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.6 to 7.1.3.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v6.5.6...v7.1.3)

---
updated-dependencies:
- dependency-name: sidekiq
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 14, 2023
1 parent fef8f7f commit e4eb551
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ gem 'sanitize', '~> 6.0'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
gem 'schoolie', '0.1.3'
gem 'sidekiq', '~>6.5'
gem 'sidekiq', '~>7.1'
gem 'tinymce-rails'
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
gem 'turbolinks', '~> 5'
Expand Down
17 changes: 10 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ GEM
coffee-script-source (1.12.2)
commonjs (0.2.7)
concurrent-ruby (1.2.2)
connection_pool (2.2.5)
connection_pool (2.4.1)
crack (0.4.5)
rexml
crass (1.0.6)
Expand Down Expand Up @@ -798,7 +798,9 @@ GEM
rexml (~> 3.2)
redic (1.5.3)
hiredis
redis (4.6.0)
redis (4.8.1)
redis-client (0.17.0)
connection_pool
redis-namespace (1.8.1)
redis (>= 3.0.4)
redlock (1.2.1)
Expand Down Expand Up @@ -913,10 +915,11 @@ GEM
sxp (~> 1.1)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
sidekiq (6.5.6)
connection_pool (>= 2.2.5)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
sidekiq (7.1.3)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
signet (0.16.0)
addressable (~> 2.8)
faraday (>= 0.17.3, < 2.0)
Expand Down Expand Up @@ -1102,7 +1105,7 @@ DEPENDENCIES
sass-rails (~> 5.0)
schoolie (= 0.1.3)
shoulda-matchers
sidekiq (~> 6.5)
sidekiq (~> 7.1)
simplecov
simplecov-lcov
solr_wrapper (>= 0.3)
Expand Down

0 comments on commit e4eb551

Please sign in to comment.