From 87b2ea06a4d2e6746bedc2f9aea1c831315379ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 20:33:27 +0000 Subject: [PATCH] Update sqlite3 requirement from ~> 1.7.3 to ~> 2.9.3 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.3) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.9.3 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..91cc3fa 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.3" gem "zeitwerk", "~> 2.6"