From 0de0d5818bfe1965daf818c1b1679c095ea994fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 May 2024 18:38:53 +0000 Subject: [PATCH] chore(deps-dev): bump sqlite3 from 1.7.3 to 2.0.1 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.3 to 2.0.1. - [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.0.1) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 287c4c4..8aa1a32 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -287,9 +287,9 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.7.3) + sqlite3 (2.0.1) mini_portile2 (~> 2.8.0) - sqlite3 (1.7.3-x86_64-linux) + sqlite3 (2.0.1-x86_64-linux-gnu) stringio (3.1.0) strscan (3.1.0) thor (1.3.1)