From 9ed62436b4fabfa044eca796353c9cfde8add974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 23:39:37 +0000 Subject: [PATCH] Bump sqlite3 from 1.7.3 to 2.7.2 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.3 to 2.7.2. - [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/v1.7.3...v2.7.2) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.7.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index f89c001..48e9d98 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "puma" gem "pg" -gem "sqlite3", "~> 1.4" +gem "sqlite3", "~> 2.7" gem "propshaft" diff --git a/Gemfile.lock b/Gemfile.lock index 71cc816..cb66316 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -128,6 +128,8 @@ GEM racc (~> 1.4) nokogiri (1.18.8-x86_64-darwin) racc (~> 1.4) + nokogiri (1.18.8-x86_64-linux-gnu) + racc (~> 1.4) parallel (1.27.0) parser (3.3.8.0) ast (~> 2.4.1) @@ -214,8 +216,9 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - sqlite3 (1.7.3-arm64-darwin) - sqlite3 (1.7.3-x86_64-darwin) + sqlite3 (2.7.2-arm64-darwin) + sqlite3 (2.7.2-x86_64-darwin) + sqlite3 (2.7.2-x86_64-linux-gnu) thor (1.3.2) timeout (0.4.3) tzinfo (2.0.6) @@ -232,6 +235,7 @@ GEM PLATFORMS arm64-darwin x86_64-darwin + x86_64-linux DEPENDENCIES alto! @@ -241,7 +245,7 @@ DEPENDENCIES puma rubocop-rails-omakase simplecov (~> 0.22) - sqlite3 (~> 1.4) + sqlite3 (~> 2.7) BUNDLED WITH 2.6.9