Skip to content

Commit

Permalink
fix gem loading error
Browse files Browse the repository at this point in the history
  • Loading branch information
hidakatsuya committed Nov 10, 2023
1 parent ab2bdff commit f29f6a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prawn-disable_word_break.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'prawn', '~> 2.3'
spec.add_runtime_dependency 'matrix', '~> 0.4'

spec.add_development_dependency 'rake', '>= 0'
spec.add_development_dependency 'test-unit', '>= 3.3.5'
spec.add_development_dependency 'test-unit-rr', '>= 1.0.5'
Expand Down

0 comments on commit f29f6a3

Please sign in to comment.