Skip to content

Commit

Permalink
[bundle] upgrade to recent jruby-openssl 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Aug 2, 2017
1 parent 628bd96 commit 1e81098
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ end

gem 'rake', '~> 10.4.2', :group => :test, :require => nil
gem 'rspec', '~> 2.14.1', :group => :test
gem 'jruby-openssl', :group => :test if JRUBY_VERSION < '1.7.0'
gem 'jruby-openssl', '~> 0.9.20', :group => :test
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GEM
bundler
rake
diff-lcs (1.2.5)
jruby-openssl (0.9.14-java)
jruby-openssl (0.9.21-java)
rack (1.5.5)
rake (10.4.2)
rspec (2.14.1)
Expand All @@ -22,7 +22,10 @@ PLATFORMS

DEPENDENCIES
appraisal
jruby-openssl
jruby-openssl (~> 0.9.20)
rack (~> 1.5.2)
rake (~> 10.4.2)
rspec (~> 2.14.1)

BUNDLED WITH
1.14.6

0 comments on commit 1e81098

Please sign in to comment.