File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1414 strategy :
1515 matrix :
1616 java-version : [ 8, 11, 21 ]
17- ruby-version : [ jruby-9.4.6 .0 ]
17+ ruby-version : [ jruby-9.4.7 .0 ]
1818 include :
19- - java-version : 8
20- ruby-version : jruby-9.1.17.0
2119 - java-version : 8
2220 ruby-version : jruby-9.2.19.0
2321 - java-version : 11
3129 - java-version : 11
3230 ruby-version : jruby-9.4.5.0
3331 - java-version : 17
34- ruby-version : jruby-9.4.5 .0
32+ ruby-version : jruby-9.4.6 .0
3533 fail-fast : false
3634
3735 steps :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
2525 bc_version = version_rb . match ( /.*\s BOUNCY_CASTLE_VERSION\s *=\s *['"](.*)['"]/ ) [ 1 ]
2626 raise 'BOUNCY_CASTLE_VERSION not matched' if ( bc_version || '' ) . empty?
2727
28- s . required_ruby_version = '>= 2.3 .0'
28+ s . required_ruby_version = '>= 2.5 .0' # JRuby >= 9.2
2929
3030 s . requirements << "jar org.bouncycastle:bcprov-jdk18on, #{ bc_version } " # Provider
3131 s . requirements << "jar org.bouncycastle:bcpkix-jdk18on, #{ bc_version } " # PKIX/CMS/EAC/PKCSOCSP/TSP/OPENSSL
You can’t perform that action at this time.
0 commit comments