charkost / prosopite

:mag: Rails N+1 queries auto-detection with zero false positives / false negatives
Apache License 2.0
1.53k stars 46 forks source link

docs/Update README.md with adding the minimum version required for Sidekiq #77

Closed Omar3ain closed 10 months ago

Omar3ain commented 10 months ago

Inspecting this code change this is the initial introduction of Sidekiq::ServerMiddleware was in the version 6.5.0,

so this PR is for adding that info in the readme file, because if the version is lower than 6.5.0 it will cause that error:

uninitialized constant Sidekiq::ServerMiddleware
/.rbenv/versions/2.6.1/lib/ruby/gems/2.6.0/gems/prosopite-1.4.1/lib/prosopite/middleware/sidekiq.rb:4:in `<class:Sidekiq>'
JoeKaldas commented 10 months ago

This explains the issue in #76