Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#159818] Update Gemfile to support Ruby 3.0 upgrade (#3502)
Add matrix gem because prawn hasn't had a new release in 2 years prawnpdf/prawn#1195 prawnpdf/prawn#1210 Discovered while attempting a stage release: ``` SSHKit::Runner::ExecuteError: Exception while executing as nucore@tablexi-shared02.txihosting.com: rake exit status: 1 rake stdout: Nothing written rake stderr: rake aborted! LoadError: cannot load such file -- matrix /home/nucore/nucore.stage.tablexi.com/shared/bundle/ruby/3.1.0/gems/bootsnap-1.16.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:29:in `require' /home/nucore/nucore.stage.tablexi.com/shared/bundle/ruby/3.1.0/gems/activesupport-6.1.7.3/lib/active_support/dependencies.rb:332:in `block in require' /home/nucore/nucore.stage.tablexi.com/shared/bundle/ruby/3.1.0/gems/activesupport-6.1.7.3/lib/active_support/dependencies.rb:299:in `load_dependency' /home/nucore/nucore.stage.tablexi.com/shared/bundle/ruby/3.1.0/gems/activesupport-6.1.7.3/lib/active_support/dependencies.rb:332:in `require' /home/nucore/nucore.stage.tablexi.com/shared/bundle/ruby/3.1.0/gems/prawn-2.4.0/lib/prawn/transformation_stack.rb:10:in `<main>' ```
- Loading branch information