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

Update activemerchant and Drop support for EOL Ruby #103

Merged
merged 2 commits into from
Dec 11, 2018

Conversation

kenchan
Copy link
Contributor

@kenchan kenchan commented Dec 6, 2018

https://github.com/activemerchant/active_merchant#api-stability-policy によると、ActiveMarchant自体のAPIはメジャーバージョンが同じならば互換性があるということになっているので、バージョンの指定方法を変更します。

また、付随する問題として、 #102 でRuby 2.5以上のテストが落ちているというのがあります。
これは、 https://github.com/activemerchant/active_merchant/blob/630edd91c87e649f6edd34dd8cbb0092aff70829/lib/active_merchant/network_connection_retries.rb#L1 のrequireがないとOpenSSL クラスの探索に失敗して、NameErrorがでるという問題です。

@kenchan kenchan changed the title update activemerchant update activemerchant and Drop support for EOL Ruby Dec 6, 2018
@kenchan kenchan changed the title update activemerchant and Drop support for EOL Ruby Update activemerchant and Drop support for EOL Ruby Dec 6, 2018
@june29
Copy link

june29 commented Dec 11, 2018

https://github.com/activemerchant/active_merchant#api-stability-policy を見ました 👀

Functionality or APIs that are deprecated will be marked as such. Deprecated functionality is removed on major version changes - for example, deprecations from 2.x are removed in 3.x.

ふむふむ、なるほど。

Copy link

@june29 june29 left a comment

Choose a reason for hiding this comment

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

いいんじゃないでしょうか〜 🙆‍♀️

@kenchan kenchan merged commit f081f3a into master Dec 11, 2018
@kenchan kenchan deleted the update-active_merchant branch December 11, 2018 02:25
@kenchan
Copy link
Contributor Author

kenchan commented Dec 11, 2018

thx!

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.

2 participants