forked from DGNum/infrastructure
chore(ds-fr): Update
This commit is contained in:
parent
27f3d42cf3
commit
073a816fd6
5 changed files with 20 additions and 3 deletions
|
@ -3,4 +3,4 @@ _:
|
|||
builtins.map (id:
|
||||
builtins.fetchurl
|
||||
"https://git.dgnum.eu/DGNum/demarches-normaliennes/commit/${id}.patch")
|
||||
[ "0e8fc7cd890b9a8bdc9cc5b3e40fe11a717b69af" ]
|
||||
[ "0b9b32483a700ad3060b3d4ef723d5f40c290c62" ]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
version = "2024-01-22-01";
|
||||
src-hash = "sha256-wvrWSUnnHA3KXyqD4oORMemSwExH9M579gHtsxx0PKo=";
|
||||
version = "2024-01-29-01";
|
||||
src-hash = "sha256-gF6AxMs10+EFWEgCVNkXg3i/t2qG5aB6Y50PBDSz+ok=";
|
||||
deps-hash = "sha256-UR5K6DQMvmpWWTH8O9/zJ3Nd+Kkl7xofktFdmBB9z6M=";
|
||||
}
|
||||
|
|
|
@ -54,6 +54,7 @@ gem 'invisible_captcha'
|
|||
gem 'json_schemer'
|
||||
gem 'jwt'
|
||||
gem 'kaminari'
|
||||
gem 'kredis'
|
||||
gem 'listen' # Required by ActiveSupport::EventedFileUpdateChecker
|
||||
gem 'lograge'
|
||||
gem 'logstash-event'
|
||||
|
|
|
@ -379,6 +379,10 @@ GEM
|
|||
activerecord
|
||||
kaminari-core (= 1.2.2)
|
||||
kaminari-core (1.2.2)
|
||||
kredis (1.7.0)
|
||||
activemodel (>= 6.0.0)
|
||||
activesupport (>= 6.0.0)
|
||||
redis (>= 4.2, < 6)
|
||||
launchy (2.5.0)
|
||||
addressable (~> 2.7)
|
||||
letter_opener (1.7.0)
|
||||
|
@ -876,6 +880,7 @@ DEPENDENCIES
|
|||
json_schemer
|
||||
jwt
|
||||
kaminari
|
||||
kredis
|
||||
launchy
|
||||
letter_opener_web
|
||||
listen
|
||||
|
|
|
@ -1473,6 +1473,17 @@
|
|||
};
|
||||
version = "1.2.2";
|
||||
};
|
||||
kredis = {
|
||||
dependencies = ["activemodel" "activesupport" "redis"];
|
||||
groups = ["default"];
|
||||
platforms = [];
|
||||
source = {
|
||||
remotes = ["https://rubygems.org"];
|
||||
sha256 = "148dnrpqb058ddvbxhk0vh5brlpjb28zh0ml4cn1apq69rwxwqbh";
|
||||
type = "gem";
|
||||
};
|
||||
version = "1.7.0";
|
||||
};
|
||||
launchy = {
|
||||
dependencies = ["addressable"];
|
||||
groups = ["default" "development" "test"];
|
||||
|
|
Loading…
Reference in a new issue