Closed
Description
Since rexml has been moved from a default to a bundled gem in Ruby 3.0, we are working on adding it as an explicit dependency for the aws-sdk-ruby. However, adding it as a dependency breaks in Ruby 1.9.3 (anything < 2) because some of the code uses syntax that is incompatible with 1.9 (example commit where incompatibility was introduced).
Would it be possible to either:
- Specify supported ruby versions in the gemspec or
- Fix the syntax (use of the double splat) to ensure compatability
Metadata
Metadata
Assignees
Labels
No labels