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 14
14
strategy :
15
15
matrix :
16
16
java-version : [ 8, 11, 21 ]
17
- ruby-version : [ jruby-9.4.6 .0 ]
17
+ ruby-version : [ jruby-9.4.7 .0 ]
18
18
include :
19
- - java-version : 8
20
- ruby-version : jruby-9.1.17.0
21
19
- java-version : 8
22
20
ruby-version : jruby-9.2.19.0
23
21
- java-version : 11
31
29
- java-version : 11
32
30
ruby-version : jruby-9.4.5.0
33
31
- java-version : 17
34
- ruby-version : jruby-9.4.5 .0
32
+ ruby-version : jruby-9.4.6 .0
35
33
fail-fast : false
36
34
37
35
steps :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
25
25
bc_version = version_rb . match ( /.*\s BOUNCY_CASTLE_VERSION\s *=\s *['"](.*)['"]/ ) [ 1 ]
26
26
raise 'BOUNCY_CASTLE_VERSION not matched' if ( bc_version || '' ) . empty?
27
27
28
- s . required_ruby_version = '>= 2.3 .0'
28
+ s . required_ruby_version = '>= 2.5 .0' # JRuby >= 9.2
29
29
30
30
s . requirements << "jar org.bouncycastle:bcprov-jdk18on, #{ bc_version } " # Provider
31
31
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