aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorZachary Scott <mail@zzak.io>2016-08-17 00:10:11 +0900
committerZachary Scott <mail@zzak.io>2016-08-17 00:10:11 +0900
commite3e53c0e85f926d5f1121473bf90578d464a99e0 (patch)
tree42ec246b858ee3a0dad8e594d062818c41d4d3e8 /README.md
parentcfd3cf3fb4396f5feadcdb8691367c81d6da2068 (diff)
downloadruby-openssl-e3e53c0e85f926d5f1121473bf90578d464a99e0.tar.gz
Clarify default gem choice by RubyGems on Ruby 2.3 [ci skip]
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
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"