Skip to content

Commit 6b03860

Browse files
authored
Update suggestotron docs with sqlite3 fix for Windows.
1 parent 5235893 commit 6b03860

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sites/en/intro-to-rails/running_your_application_locally.step

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@ steps do
1010
message "Look for the line `gem 'sqlite3'` (line 9)"
1111

1212
message "Update that line to say `gem 'sqlite3', '~>1.3.6'`"
13+
14+
tip "On Windows you should update the line to this:"
1315

16+
source_code :ruby, <<-RUBY
17+
gem 'sqlite3', git: 'https://github.com/larskanis/sqlite3-ruby', branch: 'add-gemspec'
18+
RUBY
19+
1420
message "In your console, make sure that you're in the `suggestotron` folder. You can type `pwd` (**p**rint **w**orking **d**irectory) in the terminal to see what folder you are in."
1521

1622
console "bundle update"

0 commit comments

Comments
 (0)