Skip to content

Commit dc49040

Browse files
authored
[crystal|toro] Upgrade dependencies (#9062)
1 parent 24499ed commit dc49040

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

frameworks/Crystal/toro/shard.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ version: 0.1.0
44
dependencies:
55
toro:
66
github: soveran/toro
7-
version: 0.4.1
7+
version: 0.5.1
88
pg:
99
github: will/crystal-pg
10-
version: 0.20.0
10+
version: 0.28.0
1111

1212
targets:
1313
toro:
1414
main: toro.cr
1515

16-
crystal: 0.34.0
16+
crystal: 1.12.1

frameworks/Crystal/toro/toro.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@ class App < Toro::Router
129129
end
130130

131131
# Start the app on port 8080.
132-
App.run(8080) do |server|
132+
App.run do |server|
133133
server.listen("0.0.0.0", 8080, reuse_port: true)
134134
end

frameworks/Crystal/toro/toro.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM crystallang/crystal:0.34.0
1+
FROM crystallang/crystal:1.12.1
22

33
WORKDIR /toro
44
COPY views views

0 commit comments

Comments
 (0)