forked from DGNum/infrastructure
chore(ds-fr): Update
This commit is contained in:
parent
ce05bee635
commit
733c9c74a7
4 changed files with 29 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
version = "2024-03-22-04";
|
version = "2024-03-26-01";
|
||||||
src-hash = "sha256-e+QXei09dJZ8Lbtrqv+6SbOpwMOedvASpvVy+LN29xs=";
|
src-hash = "sha256-JLwbeCGZNFxzZnh6bcheNUkrg/51UG4IM9pln+ridSs=";
|
||||||
deps-hash = "sha256-9HbZtk0sgBSWzzFrjXnSyEVWaQMiyC1v89vXB0UK9Hc=";
|
deps-hash = "sha256-ZtZ1iqKHWGPR5+BDOtOvrpgdndfP5IiqrLkju96YAM4=";
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,6 +39,7 @@ gem 'flipper-ui'
|
||||||
gem 'fugit'
|
gem 'fugit'
|
||||||
gem 'geocoder'
|
gem 'geocoder'
|
||||||
gem 'geo_coord', require: "geo/coord"
|
gem 'geo_coord', require: "geo/coord"
|
||||||
|
gem 'gitlab-sidekiq-fetcher', require: 'sidekiq-reliable-fetch', git: 'https://github.com/demarches-simplifiees/reliable-fetch.git'
|
||||||
gem 'gon'
|
gem 'gon'
|
||||||
gem 'graphql', '2.0.24'
|
gem 'graphql', '2.0.24'
|
||||||
gem 'graphql-batch', '0.5.1'
|
gem 'graphql-batch', '0.5.1'
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
|
GIT
|
||||||
|
remote: https://github.com/demarches-simplifiees/reliable-fetch.git
|
||||||
|
revision: f547a270c402b0180091516d790434e83287fae7
|
||||||
|
specs:
|
||||||
|
gitlab-sidekiq-fetcher (0.11.0)
|
||||||
|
json (>= 2.5)
|
||||||
|
sidekiq (~> 7.0)
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/heartcombo/devise.git
|
remote: https://github.com/heartcombo/devise.git
|
||||||
revision: edffc79bf05d7f1c58ba50ffeda645e2e4ae0cb1
|
revision: edffc79bf05d7f1c58ba50ffeda645e2e4ae0cb1
|
||||||
|
@ -861,6 +869,7 @@ DEPENDENCIES
|
||||||
fugit
|
fugit
|
||||||
geo_coord
|
geo_coord
|
||||||
geocoder
|
geocoder
|
||||||
|
gitlab-sidekiq-fetcher!
|
||||||
gon
|
gon
|
||||||
graphql (= 2.0.24)
|
graphql (= 2.0.24)
|
||||||
graphql-batch (= 0.5.1)
|
graphql-batch (= 0.5.1)
|
||||||
|
|
|
@ -1305,6 +1305,22 @@
|
||||||
};
|
};
|
||||||
version = "1.8.2";
|
version = "1.8.2";
|
||||||
};
|
};
|
||||||
|
gitlab-sidekiq-fetcher = {
|
||||||
|
dependencies = [
|
||||||
|
"json"
|
||||||
|
"sidekiq"
|
||||||
|
];
|
||||||
|
groups = [ "default" ];
|
||||||
|
platforms = [ ];
|
||||||
|
source = {
|
||||||
|
fetchSubmodules = false;
|
||||||
|
rev = "f547a270c402b0180091516d790434e83287fae7";
|
||||||
|
sha256 = "1d0x3s1y88x9vas34c5s9z2iv11kyx0zf4g21yplb8386cv6kyqs";
|
||||||
|
type = "git";
|
||||||
|
url = "https://github.com/demarches-simplifiees/reliable-fetch.git";
|
||||||
|
};
|
||||||
|
version = "0.11.0";
|
||||||
|
};
|
||||||
globalid = {
|
globalid = {
|
||||||
dependencies = [ "activesupport" ];
|
dependencies = [ "activesupport" ];
|
||||||
groups = [
|
groups = [
|
||||||
|
|
Loading…
Reference in a new issue