Skip to content

Commit f0b77b6

Browse files
authored
Remove bundle update command (#454)
I'm pretty sure we had removed this previously, but it looks like it's back, so I probably removed it from the actual file rather than the partial, sorry.
1 parent 547e2b3 commit f0b77b6

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

_partials/cn/ruby.md

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ gem sources -l
5151

5252
```bash
5353
gem update bundler
54-
bundle update --bundler
5554
```
5655

5756
在你的终端里,复制粘贴下面的指令:

_partials/es/ruby.md

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ Primero, vamos a actualizar `bundler`, que es lo que nos permite instalar gemas:
5858

5959
```bash
6060
gem update bundler
61-
bundle update --bundler
6261
```
6362

6463
En tu terminal, copia y pega el siguiente comando:

_partials/fr/ruby.md

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ Tout d'abord, nous allons mettre à jour `bundler`, ce qui nous permet d'install
5959

6060
```bash
6161
gem update bundler
62-
bundle update --bundler
6362
```
6463

6564
Copie-colle la commande suivante dans ton terminal :

_partials/ruby.md

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ First, we'll update `bundler`, which is what lets us install gems:
5959

6060
```bash
6161
gem update bundler
62-
bundle update --bundler
6362
```
6463

6564
In your terminal, copy-paste the following command:

0 commit comments

Comments
 (0)