aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems/gem_openssl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/gem_openssl.rb')
-rw-r--r--lib/rubygems/gem_openssl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/gem_openssl.rb b/lib/rubygems/gem_openssl.rb
index bdaad8050a..7891d596c4 100644
--- a/lib/rubygems/gem_openssl.rb
+++ b/lib/rubygems/gem_openssl.rb
@@ -30,7 +30,7 @@ module Gem
def ensure_ssl_available
unless ssl_available?
- fail Gem::Exception, "SSL is not installed on this system"
+ raise Gem::Exception, "SSL is not installed on this system"
end
end
end