Skip to content

Commit 1cf8683

Browse files
authored
Merge pull request #411 from mamantoha/kemal-session-flash
use flash from kemal-session
2 parents 4c47805 + b743da1 commit 1cf8683

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

config/initializers/kemal.cr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
require "kemal"
22
require "kemal-session"
33
require "kemal-session-redis-engine"
4-
require "kemal-flash"
54
require "kemal-kilt"
65

76
Kemal::Session.config do |config|

shard.lock

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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

shard.override.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

shard.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)