File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,6 @@ source "https://rubygems.org/"
22
33gemspec
44
5- # override default maven-tools used by bundler
6- gem 'maven-tools' , '1.2.3'
7- # add bigdecimal missing from transitive dependency of maven-tools
8- gem 'bigdecimal'
9-
105group :development , :test do
116 gem 'rdoc' , '~> 7.0' , :require => nil
127
Original file line number Diff line number Diff line change @@ -39,4 +39,5 @@ bundle up all of your application files for deployment to a Java environment.}
3939 gem . add_development_dependency 'rspec' , '~> 3.0'
4040 gem . add_development_dependency 'drb' , [ '~> 2.2' , '>= 2.2.3' ]
4141 gem . add_development_dependency 'jbundler' , '~> 0.9.5'
42+ gem . add_development_dependency 'bigdecimal' , '< 5' # Needed workaround jbundler > maven-tools > vertus > axiom-types lack of explicit bigdecimal dependency for for JRuby 10
4243end
You can’t perform that action at this time.
0 commit comments