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

Support ruby3 #12

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Support ruby3 #12

wants to merge 6 commits into from

Conversation

ksss
Copy link
Contributor

@ksss ksss commented Dec 28, 2020

note

rexml

aws-sdk-core requires either libxml,nokogiri,oga,ox or rexml. https://github.com/aws/aws-sdk-ruby/blob/7b563dc8389ad4d1604a652a5cd3c8ace622208a/gems/aws-sdk-core/lib/aws-sdk-core/xml/parser.rb#L70-L72
In ruby3 rexml gem is not installed by default https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/

Now rexml dependent on crack from v0.4.5 jnunemaker/crack#62 .
But I think it was just a coincidence.
So, I add rexml to runtime dependency.

Application using mini_paperclip can use nokogiri or others if it's installed.

@unasuke
Copy link
Contributor

unasuke commented Sep 17, 2021

@katsyoshi plz review it!

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