Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.
This repository was archived by the owner on May 21, 2026. It is now read-only.

rexml becomes explicit dependency as of Ruby 3.0 #22

@2called-chaos

Description

@2called-chaos

Other notable changes since 2.7

  • The following default gems are now bundled gems.
    • rexml

via

Causing

LoadError: cannot load such file -- rexml/document
[..]/ruby/3.0.0/gems/activesupport-6.1.3.2/lib/active_support/dependencies.rb:332:in `require'
[..]/ruby/3.0.0/gems/activesupport-6.1.3.2/lib/active_support/dependencies.rb:332:in `block in require'
[..]/ruby/3.0.0/gems/activesupport-6.1.3.2/lib/active_support/dependencies.rb:299:in `load_dependency'
[..]/ruby/3.0.0/gems/activesupport-6.1.3.2/lib/active_support/dependencies.rb:332:in `require'
[..]/ruby/3.0.0/gems/amazon_pay-2.6.1/lib/amazon_pay/response.rb:1:in `<top (required)>'

Fix

Add gem 'rexml' to your Gemfile (maybe with a version restriction)

this is mainly for others googling this :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions