We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c50e4 commit 18ae07bCopy full SHA for 18ae07b
_aulas/09/06_backend_exercicio_m09_e01.md
@@ -88,6 +88,7 @@ comandos abaixo nesse container:
88
```bash
89
mkdir -p ~/ep/exercicios/m9
90
gem install rails -v '6.1.7'
91
+gem install rake -v '13.2.1'
92
cd ~/ep/exercicios/m9
93
rails new blog --database=mysql --skip-test --skip-spring --skip-action-mailer --skip-action-mailbox --skip-action-cable --skip-javascript
94
cd ~/ep/exercicios/m9/blog
0 commit comments