Skip to content

Commit 1e81098

Browse files
committed
[bundle] upgrade to recent jruby-openssl 0.9
1 parent 628bd96 commit 1e81098

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ end
1414

1515
gem 'rake', '~> 10.4.2', :group => :test, :require => nil
1616
gem 'rspec', '~> 2.14.1', :group => :test
17-
gem 'jruby-openssl', :group => :test if JRUBY_VERSION < '1.7.0'
17+
gem 'jruby-openssl', '~> 0.9.20', :group => :test

Gemfile.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GEM
55
bundler
66
rake
77
diff-lcs (1.2.5)
8-
jruby-openssl (0.9.14-java)
8+
jruby-openssl (0.9.21-java)
99
rack (1.5.5)
1010
rake (10.4.2)
1111
rspec (2.14.1)
@@ -22,7 +22,10 @@ PLATFORMS
2222

2323
DEPENDENCIES
2424
appraisal
25-
jruby-openssl
25+
jruby-openssl (~> 0.9.20)
2626
rack (~> 1.5.2)
2727
rake (~> 10.4.2)
2828
rspec (~> 2.14.1)
29+
30+
BUNDLED WITH
31+
1.14.6

0 commit comments

Comments
 (0)