Skip to content

Commit

Permalink
update rails to 6.1.7.4 while keepimg sidekiq under 7
Browse files Browse the repository at this point in the history
delayed extensions was removed in sidekiq 7 and that breaks things
for us
https://github.com/sidekiq/sidekiq/blob/main/Changes.md#640
  • Loading branch information
vasconsaurus committed Jul 18, 2023
1 parent 0ea2556 commit e7b7982
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 170 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -46,7 +46,7 @@ gem 'retryable'
gem 'puma', '5.6.4'
gem 'rack-cors', :require => 'rack/cors'
gem 'rails-perftest'
gem 'sidekiq'
gem 'sidekiq', '< 7'
gem 'redis', '4.3.1'
gem 'nokogiri', '1.14.3', require: false
gem 'htmlentities', require: false
Expand Down

0 comments on commit e7b7982

Please sign in to comment.