From d00407f3d6ab7dae2df5c5e15d9c9b08a15cf8c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 06:33:11 +0000 Subject: [PATCH] Bump sqlite3 from 1.6.8 to 1.6.9 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.6.8 to 1.6.9. - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/sqlite3-ruby/compare/v1.6.8...v1.6.9) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d031a3f6..eb42a5ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -289,9 +289,9 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.6.8) + sqlite3 (1.6.9) mini_portile2 (~> 2.8.0) - sqlite3 (1.6.8-x86_64-linux) + sqlite3 (1.6.9-x86_64-linux) stringio (3.1.0) thor (1.3.0) timeout (0.4.1)