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

[CORE-674] Update the ach gem to support Ruby 2.7 and up #6

Merged
merged 4 commits into from
Sep 21, 2021

Conversation

drench
Copy link

@drench drench commented Sep 15, 2021

@drench drench added the Core label Sep 15, 2021
@drench drench force-pushed the update_the_ach_gem_to_support_ruby_2_7_and_u_CORE-674 branch from 30bb972 to 4b0f233 Compare September 20, 2021 19:00
else
val = val.encode Encoding.find('ASCII'), ENCODING_OPTIONS
end
val = val.encode(Encoding.find('ASCII'), **ENCODING_OPTIONS)
Copy link
Author

Choose a reason for hiding this comment

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

This adds support for 3.0 while dropping support for long-dead Rubies.

@drench drench requested a review from Kuraiou September 20, 2021 19:10
Copy link

@Kuraiou Kuraiou left a comment

Choose a reason for hiding this comment

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

🐯

@drench drench merged commit ca91e69 into master Sep 21, 2021
@drench drench deleted the update_the_ach_gem_to_support_ruby_2_7_and_u_CORE-674 branch September 21, 2021 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants