summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoenodedev <113457600+moenodedev@users.noreply.github.com>2022-11-28 12:33:00 -0800
committergit <svn-admin@ruby-lang.org>2022-11-28 23:20:59 +0000
commit579c8cb01c7e2192b9741103c54d9064ad01247b (patch)
treeac002590d8f6b9bafa455d5cd4c0bf151566a4b7
parent8a74361b41810b5fda74c573810fa1712c4a7841 (diff)
[rubygems/rubygems] Remove pointer to RVM documentation
https://github.com/rubygems/rubygems/commit/7467019d87
-rw-r--r--lib/bundler/fetcher.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/bundler/fetcher.rb b/lib/bundler/fetcher.rb
index e399a50cfd..61241b6523 100644
--- a/lib/bundler/fetcher.rb
+++ b/lib/bundler/fetcher.rb
@@ -40,8 +40,7 @@ module Bundler
def initialize(msg = nil)
super msg || "Could not load OpenSSL.\n" \
"You must recompile Ruby with OpenSSL support or change the sources in your " \
- "Gemfile from 'https' to 'http'. Instructions for compiling with OpenSSL " \
- "using RVM are available at rvm.io/packages/openssl."
+ "Gemfile from 'https' to 'http'."
end
end