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

Commit

Permalink
Bump sidekiq from 7.1.4 to 7.1.5
Browse files Browse the repository at this point in the history
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.1.4 to 7.1.5.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v7.1.4...v7.1.5)

---
updated-dependencies:
- dependency-name: sidekiq
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and davidwessman committed Oct 3, 2023
1 parent 0bf2231 commit a92f292
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 "jsbundling-rails", "~> 1.2.1"
gem "pg", "~> 1.5.4"
gem "puma", "~> 6.4.0"
gem "roadie-rails", "~> 3.0.0"
gem "sidekiq", "~> 7.1.4"
gem "sidekiq", "~> 7.1.5"
gem "turbolinks", "~> 5.2.1"
gem "uglifier", "~> 4.2.0"

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ GEM
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
sidekiq (7.1.4)
sidekiq (7.1.5)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
Expand Down Expand Up @@ -307,7 +307,7 @@ DEPENDENCIES
puma (~> 6.4.0)
rails (~> 7.0)
roadie-rails (~> 3.0.0)
sidekiq (~> 7.1.4)
sidekiq (~> 7.1.5)
sinatra (~> 3.1.0)
sprockets-rails (~> 3.4)
standardrb (~> 1.0.1)
Expand Down

0 comments on commit a92f292

Please sign in to comment.