File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ and query data in your cluster.
43
43
deployments. You can create your own free (no credit card required) MongoDB Atlas
44
44
deployment by following the steps in this guide.
45
45
46
- Follow this guide to connect a sample Ruby application to a MongoDB Atlas
47
- deployment. If you prefer to connect to MongoDB using a different driver or
48
- programming language, see our :driver:`list of official drivers <>`.
46
+ If you prefer to use a different driver or programming language to connect to
47
+ MongoDB, see our :driver:`list of official drivers <>`.
49
48
Original file line number Diff line number Diff line change @@ -16,12 +16,13 @@ Download and Install
16
16
17
17
.. step:: Install dependencies
18
18
19
- Before you being developing, ensure you have the following dependencies
19
+ Before you begin developing, ensure you have the following dependencies
20
20
installed in your development environment:
21
21
22
22
- `Ruby <https://www.ruby-lang.org/en/downloads/>`__ version 2.7
23
23
or later
24
- - `bson <https://rubygems.org/gems/bson>`__ versions 4.14.1 to 6.0
24
+ - `bson <https://rubygems.org/gems/bson>`__ version 4.14.1 or later, up to
25
+ version 6.0
25
26
26
27
.. note::
27
28
Original file line number Diff line number Diff line change 3
3
If you run into issues on this step, ask for help in the
4
4
:community-forum: `MongoDB Community Forums <tag/ruby/> `
5
5
or submit feedback by using the :guilabel: `Rate this page `
6
- tab on the right or bottom right side of this page.
6
+ tab on the right side of this page.
You can’t perform that action at this time.
0 commit comments