Skip to content

Commit a0b0a4b

Browse files
Remove ruby from the default mise config
1 parent 8bd2db1 commit a0b0a4b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

resources/io/github/abogoyavlensky/clojure_stack_lite/root/.mise.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ babashka = "1.12.194"
55
clj-kondo = "2024.09.27"
66
cljfmt = "0.13.0"
77
tailwindcss = "4.0.14"
8-
ruby = "3.3.0"
98

109
[alias]
1110
cljfmt = "asdf:https://github.com/b-social/asdf-cljfmt"

resources/io/github/abogoyavlensky/clojure_stack_lite/root/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ APP_DOMAIN=app.domain.com
5050
SESSION_SECRET_KEY=secret-key
5151
```
5252

53+
Add `ruby = "3.3.0"` to your local `.mise.toml` or to global `~/.mise.toml` file.
54+
5355
Install ruby and kamal:
5456

5557
```shell

0 commit comments

Comments
 (0)