File tree 2 files changed +14
-4
lines changed
2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,10 @@ Installation
7
7
The Ruby driver is bundled as a gem and is hosted on `Rubygems
8
8
<https://rubygems.org/gems/mongo>`_.
9
9
10
+
10
11
.. _ruby-driver-install:
11
12
12
- Install the gem
13
+ Install the Gem
13
14
---------------
14
15
15
16
The driver can be installed manually or with bundler.
@@ -18,9 +19,18 @@ To install the mongo gem manually:
18
19
19
20
.. code-block:: sh
20
21
21
- gem install mongo -v 2.10.4
22
+ gem install mongo -v 2.10.5
23
+
24
+
25
+ What's New
26
+ ----------
27
+
28
+ Please consult the `releases page on GitHub
29
+ <https://github.com/mongodb/mongo-ruby-driver/releases>`_ for the list
30
+ of improvements and changes in each version of the driver.
31
+
22
32
23
- TLS/SSL and the Ruby driver
33
+ TLS/SSL and the Ruby Driver
24
34
---------------------------
25
35
26
36
Industry best practices, and some regulations, require the use of TLS 1.1 or newer. Though no application changes are
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ module Mongo
17
17
# The current version of the driver.
18
18
#
19
19
# @since 2.0.0
20
- VERSION = '2.10.4 ' . freeze
20
+ VERSION = '2.10.5 ' . freeze
21
21
end
You can’t perform that action at this time.
0 commit comments