Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop old rubies support #1070

Conversation

deivid-rodriguez
Copy link
Contributor

I want to create a PR to fix some issues with (unreleased) ruby 2.7, but I want to use String#+@, which is only available since ruby 2.3.

I can create a different patch (backwards compatible with all currently supported rubies) using String#dup, but since ruby 1.9, 2.0, 2.1 and 2.2 reached their end of life a while ago, I figure we could drop support for those.

@deivid-rodriguez
Copy link
Contributor Author

Also, note that although installation was permitted on old rubies, README currently notes that the gem only works on ruby 2.2 or higher. So this PR might only be effectively dropping support for ruby 2.2.

@deivid-rodriguez
Copy link
Contributor Author

Ping! Improved and rebased.

We no longer support Rails 3.x
Nowadays, these compatibility issues are handled by bundler
automatically. In any case, I updated the note to be more up to date.
@deivid-rodriguez
Copy link
Contributor Author

Rebased this one and all of my other PRs now that CI is green 👍.

@scarroll32 scarroll32 merged commit 71380a1 into activerecord-hackery:master Nov 10, 2019
@deivid-rodriguez deivid-rodriguez deleted the drop_old_rubies_support branch November 10, 2019 11:21
@n-rodriguez
Copy link

Hi there! Any news?

tom-lord referenced this pull request Jun 10, 2021
README already mentions that `Ransack is supported for Rails 6.1, 6.0,
5.2 on Ruby 2.6.6 and later.`
d508857
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