File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 10
10
- 2.4.0
11
11
- 2.5.0
12
12
- ree
13
- - jruby-1.7.21
14
- - jruby-9.0.0.0
13
+ - jruby-1.7.27
14
+ - jruby-9.1.17.0
15
+ - jruby-9.2.0.0
15
16
gemfile :
16
17
- Gemfile
17
18
- gemfiles/nokogiri-1.5.gemfile
@@ -21,7 +22,11 @@ matrix:
21
22
gemfile : Gemfile
22
23
- rvm : ree
23
24
gemfile : Gemfile
24
- - rvm : jruby-9.0.0.0
25
+ - rvm : jruby-1.7.27
25
26
gemfile : gemfiles/nokogiri-1.5.gemfile
26
- - rvm : jruby-1.7.21
27
+ - rvm : jruby-9.1.17.0
27
28
gemfile : gemfiles/nokogiri-1.5.gemfile
29
+ - rvm : jruby-9.2.0.0
30
+ gemfile : gemfiles/nokogiri-1.5.gemfile
31
+ env :
32
+ - JRUBY_OPTS="--debug"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Gem::Specification.new do |s|
30
30
# have liked to constrain Ruby 1.8.7 to install only the 1.5.x versions.
31
31
if defined? ( JRUBY_VERSION )
32
32
s . add_runtime_dependency ( 'nokogiri' , '>= 1.6.0' )
33
- s . add_runtime_dependency ( 'jruby-openssl' , '>= 0.9.8' )
33
+ s . add_runtime_dependency ( 'jruby-openssl' , '>= 0.9.8' ) if JRUBY_VERSION < '9.2.0.0'
34
34
elsif RUBY_VERSION < '1.9'
35
35
s . add_runtime_dependency ( 'uuid' )
36
36
s . add_runtime_dependency ( 'nokogiri' , '<= 1.5.11' )
You can’t perform that action at this time.
0 commit comments