Skip to content

Commit

Permalink
Fixes #36819 - Bump sidekiq to at least 6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms authored and evgeni committed Oct 10, 2023
1 parent c7004a3 commit 4fd1abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler.d/dynflow_sidekiq.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
group :dynflow_sidekiq do
gem 'sidekiq', '~> 6.3.0'
gem 'sidekiq', '~> 6.5'
gem 'gitlab-sidekiq-fetcher', require: false
end

0 comments on commit 4fd1abc

Please sign in to comment.