Specify the Bundler version we install
By, default, Bundler will install its latest version (2.x.y), and we're using the 1.x.y series.
This commit is contained in:
@@ -27,7 +27,7 @@ ruby -v
|
|||||||
4. Install [Bundler](http://bundler.io/):
|
4. Install [Bundler](http://bundler.io/):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
gem install bundler
|
gem install bundler --version 1.17.1
|
||||||
```
|
```
|
||||||
|
|
||||||
5. Install the required gems using Bundler:
|
5. Install the required gems using Bundler:
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ ruby -v
|
|||||||
4. Instala [Bundler](http://bundler.io/)
|
4. Instala [Bundler](http://bundler.io/)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
gem install bundler
|
gem install bundler --version 1.17.1
|
||||||
```
|
```
|
||||||
|
|
||||||
5. Instala las gemas requeridas usando Bundler:
|
5. Instala las gemas requeridas usando Bundler:
|
||||||
|
|||||||
Reference in New Issue
Block a user