File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,10 @@ Installation
77The Ruby driver is bundled as a gem and is hosted on `Rubygems
88<https://rubygems.org/gems/mongo>`_.
99
10+ 
1011.. _ruby-driver-install:
1112
12- Install the gem 
13+ Install the Gem 
1314---------------
1415
1516The driver can be installed manually or with bundler.
@@ -18,9 +19,18 @@ To install the mongo gem manually:
1819
1920.. code-block:: sh
2021
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+ 
2232
23- TLS/SSL and the Ruby driver 
33+ TLS/SSL and the Ruby Driver 
2434---------------------------
2535
2636Industry 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
1717  # The current version of the driver. 
1818  # 
1919  # @since 2.0.0 
20-   VERSION  =  '2.10.4 ' . freeze 
20+   VERSION  =  '2.10.5 ' . freeze 
2121end 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments