aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/shared_helpers.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-07-01 20:22:40 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-07-15 16:05:12 +0900
commit5783d0dbfc517c7c9e1fc7d6c10134a36e50449e (patch)
tree43ca9561df58cfd0b690c0084058da287f420bd3 /lib/bundler/shared_helpers.rb
parent0c8d90b5269829d9209a409163832998d5d77af4 (diff)
downloadruby-5783d0dbfc517c7c9e1fc7d6c10134a36e50449e.tar.gz
Import remaining changes
The "sync with commits" scripts failed to properly import these for some reason.
Diffstat (limited to 'lib/bundler/shared_helpers.rb')
-rw-r--r--lib/bundler/shared_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/shared_helpers.rb b/lib/bundler/shared_helpers.rb
index 6e83bc5ff4..19fab78cc3 100644
--- a/lib/bundler/shared_helpers.rb
+++ b/lib/bundler/shared_helpers.rb
@@ -194,7 +194,7 @@ module Bundler
return @md5_available if defined?(@md5_available)
@md5_available = begin
require "openssl"
- OpenSSL::Digest::MD5.digest("")
+ OpenSSL::Digest.digest("MD5", "")
true
rescue LoadError
true