Skip to content

Conversation

@jbirdjavi
Copy link
Contributor

@jbirdjavi jbirdjavi commented Jun 3, 2025

There are some Rails 7.1 fixes in here (to_fs).

Also, Sidekiq 7+ uses the redis-client gem (more lightweight) instead of the redis gem, and the mock_redis gem is incompatible. The maintainer of redis-client suggests that you shouldn't mock it since it's much easier to just add to your CI these days, and none of the mocking scenarios listed are valid here, so I just removed the mock_redis gem.

I'm making the dependencies a bit more strict here since I'm not sure how many of the changes are backwards compatible.

@jbirdjavi jbirdjavi requested a review from knutsenm June 4, 2025 20:05
Copy link
Contributor

@knutsenm knutsenm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved, with suggestion

Copy link
Contributor

@knutsenm knutsenm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved, with (corrected) suggestion

Co-authored-by: Mark Knutsen <[email protected]>
@jbirdjavi jbirdjavi merged commit 610af49 into master Jun 10, 2025
1 check passed
@jbirdjavi jbirdjavi deleted the sidekiq8 branch June 10, 2025 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants