forked from DGNum/infrastructure
chore(ds-fr): Update
This commit is contained in:
parent
7485bab1cc
commit
c5f3a0b269
4 changed files with 21 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
version = "2024-02-29-01";
|
||||
src-hash = "sha256-YHK86sQMaa0Oa40uNMXDs25lPR9RkDnkzMcMFW+djYQ=";
|
||||
version = "2024-03-04-01";
|
||||
src-hash = "sha256-iCH4cKgvwTg6vaPKKb2k/s6qNXp2KY0JvScpwX38lRQ=";
|
||||
deps-hash = "sha256-9HbZtk0sgBSWzzFrjXnSyEVWaQMiyC1v89vXB0UK9Hc=";
|
||||
}
|
||||
|
|
|
@ -33,6 +33,7 @@ gem 'dotenv-rails', require: 'dotenv/rails-now' # dotenv should always be loaded
|
|||
gem 'dry-monads'
|
||||
gem 'flipper'
|
||||
gem 'flipper-active_record'
|
||||
gem 'flipper-active_support_cache_store'
|
||||
gem 'flipper-ui'
|
||||
gem 'fugit'
|
||||
gem 'geocoder'
|
||||
|
|
|
@ -237,6 +237,9 @@ GEM
|
|||
flipper-active_record (1.2.2)
|
||||
activerecord (>= 4.2, < 8)
|
||||
flipper (~> 1.2.2)
|
||||
flipper-active_support_cache_store (1.2.2)
|
||||
activesupport (>= 4.2, < 8)
|
||||
flipper (~> 1.2.2)
|
||||
flipper-ui (1.2.2)
|
||||
erubi (>= 1.0.0, < 2.0.0)
|
||||
flipper (~> 1.2.2)
|
||||
|
@ -833,6 +836,7 @@ DEPENDENCIES
|
|||
factory_bot
|
||||
flipper
|
||||
flipper-active_record
|
||||
flipper-active_support_cache_store
|
||||
flipper-ui
|
||||
fugit
|
||||
geo_coord
|
||||
|
|
|
@ -1128,6 +1128,20 @@
|
|||
};
|
||||
version = "1.2.2";
|
||||
};
|
||||
flipper-active_support_cache_store = {
|
||||
dependencies = [
|
||||
"activesupport"
|
||||
"flipper"
|
||||
];
|
||||
groups = [ "default" ];
|
||||
platforms = [ ];
|
||||
source = {
|
||||
remotes = [ "https://rubygems.org" ];
|
||||
sha256 = "1brm8q793ywcchp4wa7mmkmmy5903z212kr9ck4v0fz502kc64xl";
|
||||
type = "gem";
|
||||
};
|
||||
version = "1.2.2";
|
||||
};
|
||||
flipper-ui = {
|
||||
dependencies = [
|
||||
"erubi"
|
||||
|
|
Loading…
Reference in a new issue