We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c310ba8 commit d6f9b8bCopy full SHA for d6f9b8b
docs/tutorials/bson-v4.txt renamed to docs/tutorials/bson.txt
@@ -1,10 +1,10 @@
1
-.. https://www.mongodb.com/docs/ecosystem/tutorial/ruby-bson-tutorial-4-0/
+.. https://www.mongodb.com/docs/ecosystem/tutorial/ruby-bson-tutorial/
2
3
-.. _ruby-bson-tutorial-4-0:
+.. _ruby-bson-tutorial:
4
5
-*****************
6
-BSON 4.x Tutorial
7
+*************
+BSON Tutorial
8
9
.. default-domain:: mongodb
10
@@ -26,13 +26,13 @@ To install the gem manually:
26
27
.. code-block:: sh
28
29
- gem install bson -v '~> 4.0'
+ gem install bson
30
31
To install the gem with bundler, include the following in your ``Gemfile``:
32
33
.. code-block:: ruby
34
35
- gem 'bson', '~> 4.0'
+ gem 'bson'
36
37
The BSON library is compatible with MRI >= 2.5 and JRuby >= 9.2.
38
0 commit comments