Skip to content

REXML gem specifies ruby > 0 but does not support < 2 #38

Closed
@alextwoods

Description

@alextwoods

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:

  1. Specify supported ruby versions in the gemspec or
  2. Fix the syntax (use of the double splat) to ensure compatability

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions