Skip to content

Commit 523a942

Browse files
authored
chore: add missing gem dependency from maven-tools
Fixes build on 10.0.3 which removed gems which technically should have been removed in 10.0
1 parent 4457d14 commit 523a942

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ gemspec
44

55
# override default maven-tools used by bundler
66
gem 'maven-tools', '1.2.3'
7+
# add bigdecimal missing from transitive dependency of maven-tools
8+
gem 'bigdecimal'
79

810
group :development, :test do
911
gem 'rdoc', '~> 7.0', :require => nil

0 commit comments

Comments
 (0)