Skip to content

Commit

Permalink
Merge pull request #134 from thinreports/dev/suppress-warning
Browse files Browse the repository at this point in the history
Add base64 and bigdecimal to the gemspec
  • Loading branch information
hidakatsuya authored Jan 6, 2024
2 parents d60656e + 5811d12 commit 712c9a7
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 712c9a7

Please sign in to comment.