Skip to content

Commit 9e823ed

Browse files
authored
Merge pull request #607 from chadlwilson/fix-build-on-jruby-10-0-3
build(deps): fix build/tests on JRuby 10.0.3.0
2 parents 1af2713 + a961e21 commit 9e823ed

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Gemfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ source "https://rubygems.org/"
22

33
gemspec
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-
105
group :development, :test do
116
gem 'rdoc', '~> 7.0', :require => nil
127

warbler.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
4243
end

0 commit comments

Comments
 (0)