Skip to content

Commit 57b34ee

Browse files
CopilotPowerKiKi
andcommitted
Revert last commit and fix Sidekiq::Extensions CI error by adding version constraint
Co-authored-by: PowerKiKi <[email protected]>
1 parent 733371f commit 57b34ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ gem 'RedCloth'
3232
gem 'rack-parser', require: 'rack/parser'
3333

3434
# temp autoloading fix
35-
gem 'sidekiq'
35+
gem 'sidekiq', '<7'
3636
gem 'sshkey'
3737

3838
group :development, :test do

0 commit comments

Comments
 (0)