Skip to content

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

Merged
hidakatsuya merged 1 commit intomainfrom
prawn-requires-matrix-gem
Nov 30, 2023
Merged

Fix LoadError: cannot load such file -- matrix#131
hidakatsuya merged 1 commit intomainfrom
prawn-requires-matrix-gem

Conversation

@hidakatsuya
Copy link
Copy Markdown
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
@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