From 8ef3914b639e721b72770fdc52f8d1e319609af5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 10:44:16 +0000 Subject: [PATCH] build(deps): update sqlite3 requirement from ~> 1.4 to ~> 2.7 Updates the requirements on [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) to permit the latest version. - [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.4.0...v2.7.4) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.7.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0ac2e40..7bad95b 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "3.3.5" gem "rails", "~> 7.1.0" -gem "sqlite3", "~> 1.4" # Revert to working version +gem "sqlite3", "~> 2.7" # Revert to working version gem "puma", "~> 6.0" gem "bootsnap", ">= 1.4.4", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 55cec3a..40b1ce0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -94,6 +94,7 @@ GEM erb (5.0.2) erubi (1.13.1) ffi (1.17.2-arm64-darwin) + ffi (1.17.2-x86_64-linux-gnu) globalid (1.3.0) activesupport (>= 6.1) i18n (1.14.7) @@ -132,6 +133,8 @@ GEM nio4r (2.7.4) nokogiri (1.18.10-arm64-darwin) racc (~> 1.4) + nokogiri (1.18.10-x86_64-linux-gnu) + racc (~> 1.4) pp (0.6.2) prettyprint prettyprint (0.2.0) @@ -189,7 +192,8 @@ GEM io-console (~> 0.5) securerandom (0.4.1) spring (4.4.0) - sqlite3 (1.7.3-arm64-darwin) + sqlite3 (2.7.4-arm64-darwin) + sqlite3 (2.7.4-x86_64-linux-gnu) stringio (3.1.7) thor (1.4.0) timeout (0.4.3) @@ -208,6 +212,7 @@ GEM PLATFORMS arm64-darwin-24 + x86_64-linux DEPENDENCIES bootsnap (>= 1.4.4) @@ -217,7 +222,7 @@ DEPENDENCIES puma (~> 6.0) rails (~> 7.1.0) spring - sqlite3 (~> 1.4) + sqlite3 (~> 2.7) web-console (>= 4.1.0) RUBY VERSION