Skip to content

Commit

Permalink
Bump sidekiq from 6.5.1 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.1 to 7.1.3.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v6.5.1...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 062bdb8 commit a728606
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ group :development do
end

gem "secure_headers", "~> 6.3"
gem "sidekiq", "~> 6.4"
gem "sidekiq", "~> 7.1"
gem "devise", "~> 4.8"
gem "omniauth", "~> 2.0"
gem "omniauth-github", "~> 2.0"
Expand Down
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ GEM
coderay (1.1.3)
colorize (0.8.1)
concurrent-ruby (1.1.10)
connection_pool (2.2.5)
connection_pool (2.4.1)
crack (0.4.5)
rexml
crass (1.0.6)
Expand Down Expand Up @@ -211,7 +211,7 @@ GEM
pundit (2.2.0)
activesupport (>= 3.0.0)
racc (1.6.0)
rack (2.2.4)
rack (2.2.8)
rack-protection (2.2.1)
rack
rack-test (2.0.2)
Expand Down Expand Up @@ -261,7 +261,8 @@ GEM
rake (13.0.6)
rash_alt (0.4.12)
hashie (>= 3.4)
redis (4.7.1)
redis-client (0.17.0)
connection_pool
regexp_parser (2.5.0)
reline (0.3.1)
io-console (~> 0.5)
Expand Down Expand Up @@ -307,10 +308,11 @@ GEM
secure_headers (6.3.4)
shoulda-matchers (5.1.0)
activesupport (>= 5.2.0)
sidekiq (6.5.1)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
sidekiq (7.1.3)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -390,7 +392,7 @@ DEPENDENCIES
rss (~> 0.2)
secure_headers (~> 6.3)
shoulda-matchers (~> 5.1)
sidekiq (~> 6.4)
sidekiq (~> 7.1)
simplecov (~> 0.21)
sprockets-rails
standard (~> 1.7)
Expand Down

0 comments on commit a728606

Please sign in to comment.