Skip to content

Commit

Permalink
Remove bundle update command (#454)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ajdubovoy authored Feb 20, 2024
1 parent 547e2b3 commit f0b77b6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion _partials/cn/ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ gem sources -l

```bash
gem update bundler
bundle update --bundler
```

在你的终端里,复制粘贴下面的指令:
Expand Down
1 change: 0 additions & 1 deletion _partials/es/ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ Primero, vamos a actualizar `bundler`, que es lo que nos permite instalar gemas:

```bash
gem update bundler
bundle update --bundler
```

En tu terminal, copia y pega el siguiente comando:
Expand Down
1 change: 0 additions & 1 deletion _partials/fr/ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ Tout d'abord, nous allons mettre à jour `bundler`, ce qui nous permet d'install

```bash
gem update bundler
bundle update --bundler
```

Copie-colle la commande suivante dans ton terminal :
Expand Down
1 change: 0 additions & 1 deletion _partials/ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ First, we'll update `bundler`, which is what lets us install gems:

```bash
gem update bundler
bundle update --bundler
```

In your terminal, copy-paste the following command:
Expand Down

0 comments on commit f0b77b6

Please sign in to comment.