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 Jan 27, 2022
1 parent 61eeb6e commit d6e7d0a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ GEM
rake (< 13.0)
cleanroom (1.0.0)
coderay (1.1.2)
concurrent-ruby (1.1.7)
connection_pool (2.2.2)
concurrent-ruby (1.1.9)
connection_pool (2.2.5)
coveralls (0.7.1)
multi_json (~> 1.3)
rest-client
Expand Down Expand Up @@ -334,7 +334,7 @@ GEM
pundit (2.1.0)
activesupport (>= 3.0.0)
rack (2.2.3)
rack-protection (2.0.7)
rack-protection (2.1.0)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -436,11 +436,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 @@ -605,7 +605,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 d6e7d0a

Please sign in to comment.