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

Commit

Permalink
Merge pull request #2346 from alup/master
Browse files Browse the repository at this point in the history
Check for the proper openssl version
  • Loading branch information
indirect committed Feb 27, 2013
2 parents 22fa18e + 43687fb commit 072a120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler/vendored_persistent.rb
Original file line number Diff line number Diff line change
@@ -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 072a120

Please sign in to comment.