From f37b4c4a76e28ce94b7fe337754636530186d84b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 18:30:34 +0000 Subject: [PATCH] Bump sqlite3 from 2.2.0 to 2.3.0 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.2.0 to 2.3.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.2.0...v2.3.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 7c796f1..8850b3c 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem "propshaft" gem "pg", "~> 1.1" # use sqlite3 as the database for solid trifecta -gem "sqlite3", "~> 2.0", ">= 2.0.2" +gem "sqlite3", "~> 2.3" gem "mission_control-jobs" diff --git a/Gemfile.lock b/Gemfile.lock index f04fb35..255c183 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -307,12 +307,12 @@ GEM fugit (~> 1.11.0) railties (>= 7.1) thor (~> 1.3.1) - sqlite3 (2.2.0-aarch64-linux-gnu) - sqlite3 (2.2.0-arm-linux-gnu) - sqlite3 (2.2.0-arm64-darwin) - sqlite3 (2.2.0-x86-linux-gnu) - sqlite3 (2.2.0-x86_64-darwin) - sqlite3 (2.2.0-x86_64-linux-gnu) + sqlite3 (2.3.0-aarch64-linux-gnu) + sqlite3 (2.3.0-arm-linux-gnu) + sqlite3 (2.3.0-arm64-darwin) + sqlite3 (2.3.0-x86-linux-gnu) + sqlite3 (2.3.0-x86_64-darwin) + sqlite3 (2.3.0-x86_64-linux-gnu) sshkit (1.23.2) base64 net-scp (>= 1.1.2) @@ -386,7 +386,7 @@ DEPENDENCIES solid_cable solid_cache solid_queue - sqlite3 (~> 2.0, >= 2.0.2) + sqlite3 (~> 2.3) stimulus-rails tailwindcss-rails thruster