@@ -50,11 +50,7 @@ step "Update Git" do
5050
5151 message "It will warn you that the directory already exists. Click yes to install to that folder anyway."
5252
53- message "Click next twice, and select, Use Git from the Windows Command Prompt."
54-
55- img src: 'img/command.png', alt: "Screenshot showing location choice to use git from Windows Command Prompt"
56-
57- message "Keep going and you'll have the latest version of Git installed!"
53+ message "Keep going using the default selections and you'll have the latest version of Git installed!"
5854
5955end
6056
@@ -86,41 +82,10 @@ step "Open a Terminal" do
8682 end
8783end
8884
89- step "Update RubyGems" do
90- message "The version of RubyGems that comes with RailsInstaller has some problems. Follow these steps to upgrade it!"
91-
92- step "Check to see if you need to update" do
93- console "gem -v"
94-
95- message "If the output is **2.2.2** or earlier, keep following the instructions."
96-
97- message "If the output is **2.2.3** or later, <a href='#install-node'>skip to the next step!</a>"
98- end
99-
100- step "Download the update" do
101- message "Visit https://github.com/rubygems/rubygems/releases/tag/v2.2.3"
102-
103- message "**Right click -> Save target as...** the file **rubygems-update-2.2.3.gem** to your **C:\\Sites** directory"
104- end
105-
106- step "Install the update" do
107- message "Back at the command prompt, run the following commands:"
108-
109- console_without_message "gem install --local rubygems-update-2.2.3.gem"
110-
111- console_without_message "update_rubygems --no-ri --no-rdoc"
112-
113- message "**Close and reopen your command prompt**, then verify you have the upgraded RubyGems by typing this in the terminal:"
114-
115- console_without_message "gem -v"
116- result "2.2.3"
117- end
118- end
119-
12085a name: 'install-node'
12186step "Install Node.js" do
12287
123- message "Go to <http://nodejs.org> and download the installer"
88+ message "Go to <http://nodejs.org> and download the installer. Pick the one that is \"recommended for most users.\" "
12489
12590 message "Click on the downloaded file to run the install wizard. Click Next at each step to accept the defaults."
12691
@@ -149,7 +114,7 @@ step "Sanity Check" do
149114 fuzzy_result "Rails 5.0{FUZZY}.x{/FUZZY}"
150115
151116 console "git --version"
152- fuzzy_result "git version 2{FUZZY}.5.0 .windows.1{/FUZZY}"
117+ fuzzy_result "git version 2{FUZZY}.9.2 .windows.1{/FUZZY}"
153118end
154119
155120step "Configure the Windows Terminal" do
0 commit comments