Skip to content

Commit 712c9a7

Browse files
authored
Merge pull request #134 from thinreports/dev/suppress-warning
Add base64 and bigdecimal to the gemspec
2 parents d60656e + 5811d12 commit 712c9a7

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## main (Unreleased)
22

3+
* Add base64 and bigdecimal to the gemspec #133
4+
35
## 0.14.1
46

57
Enhancements:

thinreports.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ Gem::Specification.new do |s|
2626
s.add_dependency 'matrix', '~> 0.4'
2727
s.add_dependency 'prawn-disable_word_break', '>= 2.3.1'
2828
s.add_dependency 'rexml'
29+
s.add_dependency 'base64'
30+
s.add_dependency 'bigdecimal'
2931
end

0 commit comments

Comments
 (0)