Skip to content

Commit

Permalink
Fix warbler build, issue due rubygems changes
Browse files Browse the repository at this point in the history
- The failure is because rubygems removed --ri and --rdoc in version
  3.0.1

More info at
https://www.ruby-lang.org/en/news/2018/12/25/ruby-2-6-0-released/
  • Loading branch information
JesseChavez authored and olleolleolle committed Sep 21, 2022
1 parent ef819a7 commit 16bd624
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Mavenfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
gemspec( :jar => 'warbler_jar.jar',
:source => 'ext' )

properties( 'jruby.plugins.version' => '1.1.5',
'jruby.version' => '9.1.8.0',
'jetty.version' => '9.2.10.v20150310' )
properties( 'jruby.plugins.version' => '2.0.1',
'jruby.version' => '9.2.21.0',
'jetty.version' => '9.4.31.v20200723' )

# dependencies needed for compilation
scope :provided do
Expand Down

0 comments on commit 16bd624

Please sign in to comment.