Add Ruby 3 and Rails 7 supports and drop EOLed versions#27
Open
juno wants to merge 7 commits intoaderyabin:masterfrom
Open
Add Ruby 3 and Rails 7 supports and drop EOLed versions#27juno wants to merge 7 commits intoaderyabin:masterfrom
juno wants to merge 7 commits intoaderyabin:masterfrom
Conversation
and dropped ruby 2.x support due to EOL.
Without this change, configuration options are ignored with ruby 3.0. Separation of positional and keyword arguments in Ruby 3.0: https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/
|
👋 Sorry to bump, but this PR has been sitting here for a while - could this PR get merged and a new gem version released? Thanks 🙏 |
Author
|
@aderyabin Here is my rubygems profile: https://rubygems.org/profiles/junya |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
hi, @aderyabin
I made some changes to this project:
Last few months, our team uses this gem on our own fork and happy with it.
Would you merge this and cut the new version for the convenience?
Thank you for your great work!