Skip to content
New issue

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

Fix LoadError: cannot load such file -- matrix #131

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

hidakatsuya
Copy link
Member

prawn depends on the matrix gem, which has been bundled since Ruby 3.1. However, a version of prawn that adds the matrix gem dependency has not been released. Therefore, the following error occurs:

.../gems/prawn-2.4.0/lib/prawn/transformation_stack.rb:10:in `require': cannot load such file -- matrix (LoadError)

prawn depends on the matrix gem, which has been bundled since Ruby 3.1. However, a version of prawn that adds the matrix gem dependency has not been released. Therefore, the following error occurs.
.../gems/prawn-2.4.0/lib/prawn/transformation_stack.rb:10:in `require': cannot load such file -- matrix (LoadError)
@hidakatsuya hidakatsuya added the bug Something isn't working label Nov 30, 2023
@hidakatsuya hidakatsuya self-assigned this Nov 30, 2023
@hidakatsuya hidakatsuya merged commit ff423c0 into main Nov 30, 2023
3 checks passed
@hidakatsuya hidakatsuya deleted the prawn-requires-matrix-gem branch November 30, 2023 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant