You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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