From 97d461c5cbd2aa9e969b8cc3ccd00cd6a38a97f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 19:33:41 +0000 Subject: [PATCH] chore(deps-dev): bump sqlite3 from 2.1.0 to 2.2.0 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.1.0 to 2.2.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.1.0...v2.2.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 960b30c..551ff9d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -282,9 +282,9 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.1.0) + sqlite3 (2.2.0) mini_portile2 (~> 2.8.0) - sqlite3 (2.1.0-x86_64-linux-gnu) + sqlite3 (2.2.0-x86_64-linux-gnu) stringio (3.1.1) strscan (3.1.0) thor (1.3.2)