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

Add the rexml dependency explictly #56

Merged
merged 1 commit into from
Jan 16, 2021
Merged

Add the rexml dependency explictly #56

merged 1 commit into from
Jan 16, 2021

Conversation

wata727
Copy link
Owner

@wata727 wata727 commented Jan 16, 2021

See also aws/aws-sdk-ruby#2459 (comment)

Ruby 3.0 build is failing because rexml is now bundled gem and aws-sdk-ruby requires to add XML parser dependency explicitly.

https://github.com/wata727/elastic_whenever/runs/1712170050

An error occurred while loading ./spec/schedule_spec.rb.
Failure/Error: require "aws-sdk-ecs"

RuntimeError:
  Unable to find a compatible xml library. Ensure that you have installed or added to your Gemfile one of ox, oga, libxml, nokogiri or rexml
# ./vendor/bundle/ruby/3.0.0/gems/aws-sdk-core-3.111.1/lib/aws-sdk-core/xml/parser.rb:74:in `set_default_engine'

@wata727 wata727 merged commit f57c4ab into master Jan 16, 2021
@wata727 wata727 deleted the fix_ci_on_ruby3 branch January 16, 2021 08:05
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.

1 participant