Skip to content

Commit

Permalink
Merge pull request #3008 from ualbertalib/bump_sidekiq
Browse files Browse the repository at this point in the history
Bump sidekiq
  • Loading branch information
pgwillia authored Nov 30, 2022
2 parents 0613069 + 55d0de9 commit 46f1c99
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ updates:
- dependency-name: pundit
versions:
- "> 1.1.0"
- dependency-name: sidekiq
versions:
- ">= 6.a"
- "< 7"
- dependency-name: vcr
versions:
- ">= 5.1.a"
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ New entries in this file should aim to provide a meaningful amount of informatio

## Unreleased

### Chores
- Bump sidekiq from 6.4.1 to 6.5.8

## [2.4.2] - 2022-11-01

### Fix
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ GEM
coderay (1.1.3)
colored2 (3.1.2)
concurrent-ruby (1.1.10)
connection_pool (2.2.5)
connection_pool (2.3.0)
cork (0.3.0)
colored2 (~> 3.1)
crack (0.4.5)
Expand Down Expand Up @@ -504,10 +504,10 @@ GEM
semantic_range (3.0.0)
shoulda-matchers (5.1.0)
activesupport (>= 5.2.0)
sidekiq (6.4.1)
connection_pool (>= 2.2.2)
sidekiq (6.5.8)
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.2.0)
redis (>= 4.5.0, < 5)
sidekiq-cron (1.7.0)
fugit (~> 1)
sidekiq (>= 4.2.1)
Expand Down

0 comments on commit 46f1c99

Please sign in to comment.