Skip to content

Commit

Permalink
Do not specify version constraints to the bundled gem
Browse files Browse the repository at this point in the history
  • Loading branch information
hidakatsuya committed Jan 6, 2024
1 parent 712c9a7 commit d019ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thinreports.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ 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 'prawn-disable_word_break', '>= 2.3.1'
s.add_dependency 'rexml'
s.add_dependency 'base64'
s.add_dependency 'bigdecimal'
s.add_dependency 'matrix'
s.add_dependency 'rexml'
end

0 comments on commit d019ac5

Please sign in to comment.