Skip to content

Commit d38b25f

Browse files
authored
Merge pull request #72 from kay-kim/master
Docs: update installation for bson gem 4.0
2 parents 2a56cec + d94a688 commit d38b25f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/bson-v4.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To install the gem with bundler, include the following in your Gemfile:
3232

3333
.. code-block:: ruby
3434

35-
gem 'bson', '~> 3.0'
35+
gem 'bson', '~> 4.0'
3636

3737
The BSON gem is compatible with MRI 1.9.3, 2.0.x, 2.1.x, 2.2.x, JRuby 1.7.x, and
3838
Rubinius 2.5.x
@@ -204,7 +204,7 @@ Represents a placeholder for a value that was not provided.
204204
BSON::Undefined.new
205205

206206
``BSON::Decimal128``
207-
```````````````````
207+
````````````````````
208208

209209
Represents a 128-bit decimal-based floating-point value capable of
210210
emulating decimal rounding with exact precision..

0 commit comments

Comments
 (0)