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:
Javi Martín
2020-04-28 13:57:15 +02:00
parent 127ada280f
commit 4cda1724d2
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ ruby -v
4. Instala [Bundler](http://bundler.io/)
```bash
gem install bundler
gem install bundler --version 1.17.1
```
5. Instala las gemas requeridas usando Bundler: