Skip to content

Commit

Permalink
Remove bundle update command (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdubovoy authored Jan 25, 2024
1 parent b3d9e0b commit a4b5ff8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion macos.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ gem sources -l

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

在你的终端里,复制粘贴下面的指令:
Expand Down
1 change: 0 additions & 1 deletion macos.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,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 macos.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,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 macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,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 a4b5ff8

Please sign in to comment.