File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ Avant de commencer, assurez-vous d'avoir installé les outils suivants :
18
18
## Installation
19
19
20
20
1 . ** Installer Ruby** :
21
- - Téléchargez et installez Ruby depuis [ RubyInstaller] ( https://rubyinstaller.org/ ) .
21
+ - Téléchargez et installez Ruby version 2.6.6 depuis [ RubyInstaller] ( https://rubyinstaller.org/ ) .
22
22
- Vérifiez l'installation :
23
23
``` sh
24
24
ruby -v
25
25
```
26
26
27
27
2. ** Installer Bundler** :
28
- - Installez Bundle en exécutant :
28
+ - Installez Bundle version 2.3.26 en exécutant :
29
29
` ` ` sh
30
- gem install bundler
30
+ gem install bundler -v 2.3.26
31
31
` ` `
32
32
- Vérifiez l' installation :
33
33
```sh
@@ -115,16 +115,16 @@ Before you begin, make sure you have installed the following tools:
115
115
# # Installation
116
116
117
117
1. ** Install Ruby** :
118
- - Download and install Ruby from [RubyInstaller](https://rubyinstaller.org/).
118
+ - Download and install Ruby version 2.6.6 from [RubyInstaller](https://rubyinstaller.org/).
119
119
- Verify the installation:
120
120
` ` ` sh
121
121
ruby -v
122
122
` ` `
123
123
124
124
2. ** Install Bundler** :
125
- - Install Bundler by running:
125
+ - Install Bundler version 2.3.26 by running:
126
126
` ` ` sh
127
- gem install bundler
127
+ gem install bundler -v 2.3.26
128
128
` ` `
129
129
- Verify the installation:
130
130
` ` ` sh
You can’t perform that action at this time.
0 commit comments