Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Be sure that correct version of openssl is used
Browse files Browse the repository at this point in the history
The full version of openssl is needed (not the limited one).
Fixes GH-2345.
  • Loading branch information
alup committed Feb 26, 2013
1 parent 22fa18e commit 43687fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler/vendored_persistent.rb
@@ -1,6 +1,6 @@
begin
require 'openssl'
OpenSSL # ensure OpenSSL is loaded
OpenSSL && OpenSSL::SSL # ensure OpenSSL is loaded

vendor = File.expand_path('../vendor', __FILE__)
$:.unshift(vendor) unless $:.include?(vendor)
Expand Down

0 comments on commit 43687fb

Please sign in to comment.