From 09bf2e90c302d7308f7e8db0f949097e94946bc0 Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Fri, 8 Aug 2025 11:38:33 +0200 Subject: [PATCH] add yaml_db gem --- Gemfile | 2 ++ Gemfile.lock | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/Gemfile b/Gemfile index e0f49f7..d3a9e38 100644 --- a/Gemfile +++ b/Gemfile @@ -54,6 +54,8 @@ end group :development do # Use console on exceptions pages [https://github.com/rails/web-console] gem "web-console" + + gem "yaml_db" end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index d672052..b67daf5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -346,6 +346,9 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) + yaml_db (0.7.0) + rails (>= 3.0) + rake (>= 0.8.7) zeitwerk (2.7.3) PLATFORMS @@ -380,6 +383,7 @@ DEPENDENCIES turbo-rails tzinfo-data web-console + yaml_db BUNDLED WITH 2.6.6