Skip to content

Commit 18ae07b

Browse files
committed
Add gem install rake m09e01
1 parent c2c50e4 commit 18ae07b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_aulas/09/06_backend_exercicio_m09_e01.md

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ comandos abaixo nesse container:
8888
```bash
8989
mkdir -p ~/ep/exercicios/m9
9090
gem install rails -v '6.1.7'
91+
gem install rake -v '13.2.1'
9192
cd ~/ep/exercicios/m9
9293
rails new blog --database=mysql --skip-test --skip-spring --skip-action-mailer --skip-action-mailbox --skip-action-cable --skip-javascript
9394
cd ~/ep/exercicios/m9/blog

0 commit comments

Comments
 (0)