diff --git a/docs/Gemfile b/docs/Gemfile index facc3afe..1c089bf6 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -8,7 +8,7 @@ gem "rails", "8.1.3" # The modern asset pipeline for Rails [https://github.com/rails/propshaft] gem "propshaft", "1.3.2" # Use sqlite3 as the database for Active Record -gem "sqlite3", "2.9.4" +gem "sqlite3", "2.9.5" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "8.0.2" # Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails] diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index e77cdbd5..ad49bdcd 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -301,9 +301,9 @@ GEM websocket (~> 1.0) simpleidn (0.2.3) sin_lru_redux (2.5.2) - sqlite3 (2.9.4) + sqlite3 (2.9.5) mini_portile2 (~> 2.8.0) - sqlite3 (2.9.4-x86_64-linux-gnu) + sqlite3 (2.9.5-x86_64-linux-gnu) standard (1.55.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) @@ -370,7 +370,7 @@ DEPENDENCIES ruby_ui! ruby_ui-mcp! selenium-webdriver - sqlite3 (= 2.9.4) + sqlite3 (= 2.9.5) standard stimulus-rails (= 1.3.4) tailwind_merge (~> 1.5.1)