From a9d160bf109d51616220cf86b138654cb9069119 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 04:58:02 +0000 Subject: [PATCH] Bump sqlite3 from 2.6.0 to 2.7.0 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.6.0 to 2.7.0. - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/sqlite3-ruby/compare/v2.6.0...v2.7.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index aa5377a3..4ce6d687 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem "rails", "8.0.2" # The modern asset pipeline for Rails [https://github.com/rails/propshaft] gem "propshaft", "1.1.0" # Use sqlite3 as the database for Active Record -gem "sqlite3", "2.6.0" +gem "sqlite3", "2.7.0" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "6.6.0" # Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails] diff --git a/Gemfile.lock b/Gemfile.lock index a4e11145..f357804f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -155,7 +155,7 @@ GEM matrix (0.4.2) method_source (1.1.0) mini_mime (1.1.5) - mini_portile2 (2.8.8) + mini_portile2 (2.8.9) minitest (5.25.5) msgpack (1.8.0) net-imap (0.5.6) @@ -270,9 +270,9 @@ GEM rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) sin_lru_redux (2.5.2) - sqlite3 (2.6.0) + sqlite3 (2.7.0) mini_portile2 (~> 2.8.0) - sqlite3 (2.6.0-x86_64-linux-gnu) + sqlite3 (2.7.0-x86_64-linux-gnu) standard (1.50.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) @@ -337,7 +337,7 @@ DEPENDENCIES rouge (~> 4.5) ruby_ui! selenium-webdriver - sqlite3 (= 2.6.0) + sqlite3 (= 2.7.0) standard stimulus-rails (= 1.3.4) tailwind_merge (~> 1.2.0)