From a13eb7ce3c5956179cc6e598d8744234a8c1f311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 06:17:53 +0800 Subject: [PATCH] Build(deps-dev): Bump sqlite3 from 2.3.1 to 2.4.0 (#30118) Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.3.1 to 2.4.0. - [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/v2.3.1...v2.4.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fc54e430220..35dacc259d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -540,10 +540,10 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.3.1-aarch64-linux-gnu) - sqlite3 (2.3.1-arm64-darwin) - sqlite3 (2.3.1-x86_64-darwin) - sqlite3 (2.3.1-x86_64-linux-gnu) + sqlite3 (2.4.0-aarch64-linux-gnu) + sqlite3 (2.4.0-arm64-darwin) + sqlite3 (2.4.0-x86_64-darwin) + sqlite3 (2.4.0-x86_64-linux-gnu) sshkey (3.0.0) stackprof (0.2.26) stringio (3.1.2)