Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 9, 2023
1 parent 5b3fa46 commit 03f6f5c
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 @@ -31,7 +31,7 @@ gem 'rouge', '~> 4.0' # Pure Ruby syntax highlighter
gem 'rswag-api', '~> 2.8.0' # Swagger library to help generate open API documentation
gem 'rswag-ui', '~> 2.8.0' # UI for rswag documentation
gem 'rubyzip', '~> 2.3' # Ruby library for reading and writing zip files.
gem 'sidekiq', '~> 7.0' # Simple, efficient background processing for Ruby
gem 'sidekiq', '~> 7.1' # Simple, efficient background processing for Ruby
gem 'strong_migrations', '~> 1.4' # Catch potentially dangerous operations in migrations

# Assets
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
coderay (1.1.3)
concurrent-ruby (1.1.10)
connection_pool (2.3.0)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
crack (0.4.5)
rexml
crass (1.0.6)
Expand Down Expand Up @@ -246,7 +246,7 @@ GEM
puma (5.6.5)
nio4r (~> 2.0)
racc (1.6.1)
rack (2.2.4)
rack (2.2.8)
rack-mini-profiler (3.0.0)
rack (>= 1.2.0)
rack-protection (2.2.2)
Expand Down Expand Up @@ -286,7 +286,7 @@ GEM
redcarpet (3.5.1)
redis (5.0.5)
redis-client (>= 0.9.0)
redis-client (0.11.2)
redis-client (0.18.0)
connection_pool
regexp_parser (2.6.1)
request_store (1.5.1)
Expand Down Expand Up @@ -350,11 +350,11 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sidekiq (7.0.2)
sidekiq (7.1.3)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.11.0)
redis-client (>= 0.14.0)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -457,7 +457,7 @@ DEPENDENCIES
rubocop-rails
rubyzip (~> 2.3)
selenium-webdriver
sidekiq (~> 7.0)
sidekiq (~> 7.1)
simplecov
sprockets-rails (~> 3.4)
stimulus-rails (~> 1.2)
Expand Down

0 comments on commit 03f6f5c

Please sign in to comment.