We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Other notable changes since 2.7 The following default gems are now bundled gems. rexml
via
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)>'
Add gem 'rexml' to your Gemfile (maybe with a version restriction)
gem 'rexml'
this is mainly for others googling this :)
The text was updated successfully, but these errors were encountered:
add rexml as a runtime dependency
c7527ce
See amzn#22.
No branches or pull requests
via
Causing
Fix
Add
gem 'rexml'
to your Gemfile (maybe with a version restriction)this is mainly for others googling this :)
The text was updated successfully, but these errors were encountered: