Skip to content

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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 3, 2023
1 parent 63b5aa5 commit 9b7d69a
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 @@ -34,7 +34,7 @@ gem 'mini_racer', platforms: :ruby
gem 'turbolinks', '~> 5'
# Use Redis adapter to run Action Cable in production
gem 'redis', '~> 5.0'
gem 'sidekiq', '~> 7.1.4'
gem 'sidekiq', '~> 7.1.5'
# Use ActiveModel has_secure_password
gem 'bcrypt', '~> 3.1.18'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ GEM
activesupport (>= 3)
shoulda-matchers (5.3.0)
activesupport (>= 5.2.0)
sidekiq (7.1.4)
sidekiq (7.1.5)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
Expand Down Expand Up @@ -437,7 +437,7 @@ DEPENDENCIES
selenium-webdriver
shoulda-callback-matchers
shoulda-matchers
sidekiq (~> 7.1.4)
sidekiq (~> 7.1.5)
spring
spring-watcher-listen (~> 2.1.0)
turbolinks (~> 5)
Expand Down

0 comments on commit 9b7d69a

Please sign in to comment.