Skip to content

Commit

Permalink
Bump sidekiq from 5.1.3 to 5.2.9
Browse files Browse the repository at this point in the history
Bumps [sidekiq](https://github.com/mperham/sidekiq) from 5.1.3 to 5.2.9.
- [Release notes](https://github.com/mperham/sidekiq/releases)
- [Changelog](https://github.com/mperham/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v5.1.3...v5.2.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 18, 2022
1 parent 40c2f4c commit 9a01443
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gem 'redis', '<= 4.0.2'
gem 'select2-rails'
gem 'rufus-mnemo'
gem 'sass-rails'
gem 'sidekiq', '<= 5.1.3'
gem 'sidekiq', '<= 5.2.10'
gem 'slim', '<= 3.0.9'
gem 'slim-rails', '<= 3.1.3'
gem 'typhoeus', '<= 1.3.0'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ GEM
cleanroom (1.0.0)
coderay (1.1.2)
concurrent-ruby (1.1.10)
connection_pool (2.2.2)
connection_pool (2.2.5)
coveralls (0.7.1)
multi_json (~> 1.3)
rest-client
Expand Down Expand Up @@ -374,7 +374,7 @@ GEM
activesupport (>= 3.0.0)
racc (1.6.0)
rack (2.2.4)
rack-protection (2.0.7)
rack-protection (2.2.1)
rack
rack-test (2.0.2)
rack (>= 1.3)
Expand Down Expand Up @@ -475,11 +475,11 @@ GEM
semverse (3.0.0)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
sidekiq (5.1.3)
concurrent-ruby (~> 1.0)
connection_pool (~> 2.2, >= 2.2.0)
sidekiq (5.2.9)
connection_pool (~> 2.2, >= 2.2.2)
rack (~> 2.0)
rack-protection (>= 1.5.0)
redis (>= 3.3.5, < 5)
redis (>= 3.3.5, < 4.2)
simplecov (0.14.0)
docile (~> 1.1.0)
json (>= 1.8, < 3)
Expand Down Expand Up @@ -647,7 +647,7 @@ DEPENDENCIES
select2-rails
selenium-webdriver
shoulda-matchers (~> 4.0)
sidekiq (<= 5.1.3)
sidekiq (<= 5.2.10)
simplecov (<= 0.14)
simplecov-console (<= 0.4)
slim (<= 3.0.9)
Expand Down

0 comments on commit 9a01443

Please sign in to comment.