File tree Expand file tree Collapse file tree 4 files changed +13
-11
lines changed
actions/guides/getting-started Expand file tree Collapse file tree 4 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ shards:
23
23
24
24
carbon:
25
25
git: https://github.com/luckyframework/carbon.git
26
- version: 0.5.1
26
+ version: 0.6.0
27
27
28
28
carbon_sendgrid_adapter:
29
29
git: https://github.com/luckyframework/carbon_sendgrid_adapter.git
30
- version: 0.5.1
30
+ version: 0.6.0
31
31
32
32
cmark:
33
33
git: https://github.com/amauryt/cr-cmark-gfm.git
34
- version: 0.1.3+git.commit.ff464803e2006b1047e3bb4c798f426f621cd7e6
34
+ version: 0.1.3+git.commit.9e6b023c72a077142d03e1c1fd2c3cedb4a93e56
35
35
36
36
cry:
37
37
git: https://github.com/luckyframework/cry.git
@@ -47,7 +47,7 @@ shards:
47
47
48
48
exception_page:
49
49
git: https://github.com/crystal-loot/exception_page.git
50
- version: 0.4.1
50
+ version: 0.5.0
51
51
52
52
fnv:
53
53
git: https://github.com/naqvis/crystal-fnv.git
@@ -67,7 +67,7 @@ shards:
67
67
68
68
lucky:
69
69
git: https://github.com/luckyframework/lucky.git
70
- version: 1.2 .0
70
+ version: 1.3 .0
71
71
72
72
lucky_env:
73
73
git: https://github.com/luckyframework/lucky_env.git
@@ -79,7 +79,7 @@ shards:
79
79
80
80
lucky_router:
81
81
git: https://github.com/luckyframework/lucky_router.git
82
- version: 0.5.2
82
+ version: 0.6.0
83
83
84
84
lucky_task:
85
85
git: https://github.com/luckyframework/lucky_task.git
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ crystal: ">= 1.10.0"
13
13
dependencies :
14
14
lucky :
15
15
github : luckyframework/lucky
16
- version : ~> 1.2 .0
16
+ version : ~> 1.3 .0
17
17
carbon :
18
18
github : luckyframework/carbon
19
- version : ~> 0.5.1
19
+ version : ~> 0.6.0
20
20
carbon_sendgrid_adapter :
21
21
github : luckyframework/carbon_sendgrid_adapter
22
- version : ~> 0.5 .0
22
+ version : ~> 0.6 .0
23
23
lucky_env :
24
24
github : luckyframework/lucky_env
25
25
version : ~> 0.2.0
Original file line number Diff line number Diff line change @@ -140,6 +140,8 @@ class Guides::GettingStarted::Installing < GuideAction
140
140
scoop install lucky
141
141
```
142
142
143
+ > Windows compatibility is still experimental. Please report any issues you may have
144
+
143
145
## Install Lucky CLI with Homebrew
144
146
145
147
Once the required dependencies above are installed, set up Lucky for your system.
Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ module LuckyCliVersion
8
8
end
9
9
10
10
def current_version : SemanticVersion
11
- SemanticVersion .new(1 , 2 , 0 )
11
+ SemanticVersion .new(1 , 3 , 0 )
12
12
end
13
13
14
14
def min_compatible_crystal_version : SemanticVersion
15
15
SemanticVersion .new(1 , 10 , 0 )
16
16
end
17
17
18
18
def max_compatible_crystal_version : SemanticVersion
19
- SemanticVersion .new(1 , 12 , 1 )
19
+ SemanticVersion .new(1 , 14 , 0 )
20
20
end
21
21
end
You can’t perform that action at this time.
0 commit comments