Skip to content

Commit ff9f5a7

Browse files
p-mongop
andauthored
Adjust bson v3 docs to reference v3 (#221)
Co-authored-by: Oleg Pudeyev <[email protected]>
1 parent 9f3a72c commit ff9f5a7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/tutorials/bson-v3.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@ This tutorial discusses using the core Ruby BSON gem.
1919
Installation
2020
------------
2121

22-
The BSON gem is hosted on `Rubygems <http://rubygems.org>`_ and can be installed
23-
manually or with bundler.
22+
The BSON library is hosted on `Rubygems <http://rubygems.org>`_ and can be
23+
installed manually or with bundler.
2424

2525
To install the gem manually:
2626

2727
.. code-block:: sh
2828

29-
gem install bson
29+
gem install bson -v '~> 3.0'
3030

31-
To install the gem with bundler, include the following in your Gemfile:
31+
To install the gem with bundler, include the following in your ``Gemfile``:
3232

3333
.. code-block:: ruby
3434

3535
gem 'bson', '~> 3.0'
3636

37-
The BSON gem is compatible with MRI 1.9.3, 2.0.x, 2.1.x, 2.2.x, JRuby 1.7.x, and
38-
Rubinius 2.5.x
37+
The BSON gem is compatible with MRI 1.9.3, 2.0.x, 2.1.x, 2.2.x, JRuby 1.7.x,
38+
and Rubinius 2.5.x
3939

4040

4141
BSON Serialization

0 commit comments

Comments
 (0)