Skip to content

Commit

Permalink
Bump sidekiq from 7.1.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.1.2 to 7.1.3.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v7.1.2...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] authored and kinduff committed Sep 15, 2023
1 parent 2de7512 commit 71b3612
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 "readme-metrics", "~> 2.3"
gem "redis", "~> 4.8"
gem "rswag", "~> 2.8"
gem "sassc-rails", "~> 2.1"
gem "sidekiq", "~> 7.0"
gem "sidekiq", "~> 7.1"
gem "sprockets-rails", "~> 3.4"
gem "trestle-active_storage", github: "kinduff/trestle-active_storage"
gem "trestle-auth", "~> 0.4"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ GEM
puma (5.6.7)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.7)
rack (2.2.8)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
rack-cors (1.1.1)
Expand Down Expand Up @@ -249,7 +249,7 @@ GEM
httparty (~> 0.18)
rack (>= 2.2, < 4)
redis (4.8.1)
redis-client (0.14.1)
redis-client (0.17.0)
connection_pool
regexp_parser (2.8.1)
reline (0.3.7)
Expand Down Expand Up @@ -315,7 +315,7 @@ GEM
tilt
shoulda-matchers (5.3.0)
activesupport (>= 5.2.0)
sidekiq (7.1.2)
sidekiq (7.1.3)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
Expand Down Expand Up @@ -402,7 +402,7 @@ DEPENDENCIES
rswag (~> 2.8)
sassc-rails (~> 2.1)
shoulda-matchers (~> 5.3)
sidekiq (~> 7.0)
sidekiq (~> 7.1)
simplecov (~> 0.21)
sprockets-rails (~> 3.4)
sqlite3 (~> 1.5)
Expand Down

0 comments on commit 71b3612

Please sign in to comment.