From 32aa5693d8db5fcd8d553f8b99685303deef7a1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 21:55:24 +0000 Subject: [PATCH] Update sqlite3 requirement from ~> 1.7.3 to ~> 2.9.2 in /example 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.7.3...v2.9.2) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.9.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Gemfile b/example/Gemfile index 6c24f05..9584dc3 100644 --- a/example/Gemfile +++ b/example/Gemfile @@ -4,7 +4,7 @@ gem "rails", ENV.fetch("RAILS_VERSION", "~> 7.2") gem "good_migrations", path: ".." -gem "sqlite3", "~> 1.7.3" +gem "sqlite3", "~> 2.9.2" gem "zeitwerk", "~> 2.6"