Skip to content

Commit

Permalink
Add required matrix gem
Browse files Browse the repository at this point in the history
  • Loading branch information
danidoni authored and hennevogel committed Mar 14, 2022
1 parent 97a718c commit 3fd4dee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ gem 'net-imap', require: false

# Used in Package and XpathEngine
gem 'rexml'
# FIXME: for prawn, matrix isn't in the default set of Ruby 3.1 anymore
# see https://github.com/prawnpdf/prawn/commit/3658d5125c3b20eb11484c3b039ca6b89dc7d1b7
gem 'matrix', '~> 0.4'

group :development, :production do
# to have the delayed job daemon
Expand Down
2 changes: 2 additions & 0 deletions src/api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ GEM
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
middleware (0.1.0)
mime-types (3.4.1)
Expand Down Expand Up @@ -580,6 +581,7 @@ DEPENDENCIES
kaminari
launchy
lograge
matrix (~> 0.4)
minitest
minitest-ci
minitest-fail-fast
Expand Down
Binary file added src/api/vendor/cache/matrix-0.4.2.gem
Binary file not shown.

0 comments on commit 3fd4dee

Please sign in to comment.