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 5811d12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## main (Unreleased)

* Add base64 and bigdecimal to the gemspec #133

## 0.14.1

Enhancements:
Expand Down
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 5811d12

Please sign in to comment.