Skip to content

Commit 9f78772

Browse files
author
Kevin McCormack
committed
Add support for JRuby 9.2.0.0
1 parent a15c183 commit 9f78772

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ rvm:
1212
- ree
1313
- jruby-1.7.21
1414
- jruby-9.0.0.0
15+
- jruby-9.2.0.0
1516
gemfile:
1617
- Gemfile
1718
- gemfiles/nokogiri-1.5.gemfile

ruby-saml.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Gem::Specification.new do |s|
3030
# have liked to constrain Ruby 1.8.7 to install only the 1.5.x versions.
3131
if defined?(JRUBY_VERSION)
3232
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'
3434
elsif RUBY_VERSION < '1.9'
3535
s.add_runtime_dependency('uuid')
3636
s.add_runtime_dependency('nokogiri', '<= 1.5.11')

0 commit comments

Comments
 (0)