Skip to content

Commit

Permalink
Add base64 and bigdecimal to the gemspec
Browse files Browse the repository at this point in the history
These gems will no longer be the default gem in the Ruby 3.4
  • Loading branch information
hidakatsuya committed Jan 6, 2024
1 parent d60656e commit 3075e60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions thinreports.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ Gem::Specification.new do |s|
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'
end

0 comments on commit 3075e60

Please sign in to comment.