From e3e53c0e85f926d5f1121473bf90578d464a99e0 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Wed, 17 Aug 2016 00:10:11 +0900 Subject: Clarify default gem choice by RubyGems on Ruby 2.3 [ci skip] --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1e172945..c1c2f12c 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,9 @@ Once installed, you can require "openssl" in your application. require "openssl" ``` -If you are using Ruby 2.3 (and not Bundler), you must activate the gem version -of openssl, instead of using the default gem packaged with the Ruby installation. +NOTE: If you are using Ruby 2.3 (and not Bundler), you **must** activate the +gem version of openssl, otherwise the default gem packaged with the Ruby +installation will be used: ```ruby gem "openssl" -- cgit v1.2.3