File tree Expand file tree Collapse file tree 4 files changed +5
-9
lines changed
Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 11require " kemal"
22require " kemal-session"
33require " kemal-session-redis-engine"
4- require " kemal-flash"
54require " kemal-kilt"
65
76Kemal ::Session .config do |config |
Original file line number Diff line number Diff line change @@ -109,17 +109,13 @@ shards:
109109 git: https://github.com/kemalcr/kemal.git
110110 version: 1.9.0
111111
112- kemal-flash:
113- git: https://github.com/crystal-garage/kemal-flash.git
114- version: 0.2.0
115-
116112 kemal-kilt:
117113 git: https://github.com/crystal-garage/kemal-kilt.git
118114 version: 0.1.1
119115
120- kemal-session:
116+ kemal-session: # Overridden
121117 git: https://github.com/kemalcr/kemal-session.git
122- version: 1.3.0
118+ version: 1.3.0+git.commit.b3c3be4c291afbf99a4c5c4144b53b4fc14aca17
123119
124120 kemal-session-redis-engine:
125121 git: https://github.com/crystal-garage/kemal-session-redis-engine.git
Original file line number Diff line number Diff line change @@ -2,3 +2,6 @@ dependencies:
22 redis :
33 github : jgaskins/redis
44 branch : master
5+ kemal-session :
6+ github : kemalcr/kemal-session
7+ branch : master
Original file line number Diff line number Diff line change @@ -28,8 +28,6 @@ dependencies:
2828 kemal-session-redis-engine :
2929 github : crystal-garage/kemal-session-redis-engine
3030 branch : main
31- kemal-flash :
32- github : crystal-garage/kemal-flash
3331 defense :
3432 github : defense-cr/defense
3533 kilt :
You can’t perform that action at this time.
0 commit comments