Skip to content

Commit e05e814

Browse files
authored
Bump all versions to the latest. (#1303)
1 parent d037400 commit e05e814

File tree

5 files changed

+43
-31
lines changed

5 files changed

+43
-31
lines changed

.crystal-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.3
1+
1.10.1

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727
- uses: crystal-lang/install-crystal@v1
2828
with:
29-
crystal: 1.7.3
29+
crystal: latest
3030
- name: Install shards
3131
run: shards install
3232
- name: Setup Lucky

shard.lock

Lines changed: 29 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.0
22
shards:
33
ameba:
44
git: https://github.com/crystal-ameba/ameba.git
5-
version: 1.5.0+git.commit.c9538220c6eee41dcd15a2d1c2ec87953721a3fc
5+
version: 1.5.0
66

77
awscr-s3:
88
git: https://github.com/taylorfinnell/awscr-s3.git
@@ -22,15 +22,15 @@ shards:
2222

2323
carbon:
2424
git: https://github.com/luckyframework/carbon.git
25-
version: 0.4.1
25+
version: 0.5.1
2626

2727
carbon_sendgrid_adapter:
2828
git: https://github.com/luckyframework/carbon_sendgrid_adapter.git
29-
version: 0.4.0
29+
version: 0.5.0
3030

3131
cmark:
3232
git: https://github.com/amauryt/cr-cmark-gfm.git
33-
version: 0.1.3+git.commit.a1dddcf35252c82b2fe55239ab198ad8239e8a33
33+
version: 0.1.3+git.commit.ff464803e2006b1047e3bb4c798f426f621cd7e6
3434

3535
cry:
3636
git: https://github.com/luckyframework/cry.git
@@ -46,27 +46,35 @@ shards:
4646

4747
exception_page:
4848
git: https://github.com/crystal-loot/exception_page.git
49-
version: 0.3.1
49+
version: 0.4.1
50+
51+
fnv:
52+
git: https://github.com/naqvis/crystal-fnv.git
53+
version: 0.1.3
5054

5155
habitat:
5256
git: https://github.com/luckyframework/habitat.git
5357
version: 0.4.8
5458

59+
html5:
60+
git: https://github.com/naqvis/crystal-html5.git
61+
version: 0.5.0
62+
5563
lexbor:
5664
git: https://github.com/kostya/lexbor.git
57-
version: 3.0.4
65+
version: 3.1.3
5866

5967
lucky:
6068
git: https://github.com/luckyframework/lucky.git
61-
version: 1.1.0
69+
version: 1.2.0
6270

6371
lucky_env:
6472
git: https://github.com/luckyframework/lucky_env.git
65-
version: 0.1.4
73+
version: 0.2.0
6674

6775
lucky_flow:
6876
git: https://github.com/luckyframework/lucky_flow.git
69-
version: 0.7.3
77+
version: 0.10.0
7078

7179
lucky_router:
7280
git: https://github.com/luckyframework/lucky_router.git
@@ -85,26 +93,30 @@ shards:
8593
version: 0.2.3
8694

8795
selenium:
88-
git: https://github.com/matthewmcgarvey/selenium.cr.git
89-
version: 0.9.1
96+
git: https://github.com/crystal-loot/selenium.cr.git
97+
version: 0.12.1
9098

9199
shell-table:
92100
git: https://github.com/luckyframework/shell-table.cr.git
93101
version: 0.9.3
94102

95103
sitemapper:
96104
git: https://github.com/jwoertink/sitemapper.git
97-
version: 0.8.1
98-
99-
teeplate:
100-
git: https://github.com/luckyframework/teeplate.git
101-
version: 0.8.5
105+
version: 0.9.0
102106

103107
webdrivers:
104-
git: https://github.com/matthewmcgarvey/webdrivers.cr.git
108+
git: https://github.com/crystal-loot/webdrivers.cr.git
105109
version: 0.4.3
106110

111+
webless:
112+
git: https://github.com/crystal-loot/webless.git
113+
version: 0.1.0
114+
107115
wordsmith:
108116
git: https://github.com/luckyframework/wordsmith.git
109117
version: 0.4.0
110118

119+
xpath2:
120+
git: https://github.com/naqvis/crystal-xpath2.git
121+
version: 0.1.3
122+

shard.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ targets:
88
website_v2:
99
main: src/website_v2.cr
1010

11-
crystal: ">= 1.6.0"
11+
crystal: ">= 1.10.0"
1212

1313
dependencies:
1414
lucky:
1515
github: luckyframework/lucky
16-
version: ~> 1.1.0
16+
version: ~> 1.2.0
1717
carbon:
1818
github: luckyframework/carbon
19-
version: ~> 0.3
19+
version: ~> 0.5.1
2020
carbon_sendgrid_adapter:
2121
github: luckyframework/carbon_sendgrid_adapter
22-
version: ~> 0.3
22+
version: ~> 0.5.0
2323
lucky_env:
2424
github: luckyframework/lucky_env
25-
version: ~> 0.1.4
25+
version: ~> 0.2.0
2626
cmark:
2727
github: amauryt/cr-cmark-gfm
2828
branch: master
@@ -31,15 +31,15 @@ dependencies:
3131
branch: master
3232
lexbor:
3333
github: kostya/lexbor
34-
version: ~> 3.0.4
34+
version: ~> 3.1.3
3535
sitemapper:
3636
github: jwoertink/sitemapper
37-
version: ~> 0.8.1
37+
version: ~> 0.9.0
3838

3939
development_dependencies:
4040
lucky_flow:
4141
github: luckyframework/lucky_flow
42-
version: ~> 0.7.3
42+
version: ~> 0.10.0
4343
ameba:
4444
github: crystal-ameba/ameba
45-
branch: master
45+
version: ~> 1.5.0

src/models/lucky_cli_version.cr

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ module LuckyCliVersion
88
end
99

1010
def current_version : SemanticVersion
11-
SemanticVersion.new(1, 1, 1)
11+
SemanticVersion.new(1, 2, 0)
1212
end
1313

1414
def min_compatible_crystal_version : SemanticVersion
15-
SemanticVersion.new(1, 6, 0)
15+
SemanticVersion.new(1, 10, 0)
1616
end
1717

1818
def max_compatible_crystal_version : SemanticVersion
19-
SemanticVersion.new(1, 11, 2)
19+
SemanticVersion.new(1, 12, 1)
2020
end
2121
end

0 commit comments

Comments
 (0)