Skip to content

Commit

Permalink
Merge pull request #131 from thinreports/prawn-requires-matrix-gem
Browse files Browse the repository at this point in the history
Fix LoadError: cannot load such file -- matrix
  • Loading branch information
hidakatsuya authored Nov 30, 2023
2 parents 2cb8ef9 + 2873d9d commit ff423c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ gem 'rake'
gem 'minitest'
gem 'mocha'
gem 'pdf-inspector'
gem 'matrix'
gem 'pdf_matcher-testing'

# suppress warning: assigned but unused variable - y1
Expand Down
1 change: 1 addition & 0 deletions thinreports.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']

s.add_dependency 'prawn', '>= 2.4.0'
s.add_dependency 'matrix', '~> 0.4'
s.add_dependency 'rexml'
end

0 comments on commit ff423c0

Please sign in to comment.