From c796d072759ae69eb52f233affe7c475eea23601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 03:20:06 +0000 Subject: [PATCH] Bump sqlite3 from 2.7.3 to 2.8.0 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.7.3 to 2.8.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.7.3...v2.8.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 335df32..fb6421b 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'bootsnap', require: false gem 'dry-schema', '~> 1.14' gem 'puma', '~> 6.0' gem 'rswag', '~> 2.16' -gem 'sqlite3', '~> 2.7' +gem 'sqlite3', '~> 2.8' group :development, :test do gem 'brakeman', '~> 7.1', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 6141837..99a1154 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -309,13 +309,13 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - sqlite3 (2.7.3-aarch64-linux-gnu) - sqlite3 (2.7.3-aarch64-linux-musl) - sqlite3 (2.7.3-arm-linux-gnu) - sqlite3 (2.7.3-arm-linux-musl) - sqlite3 (2.7.3-x86_64-darwin) - sqlite3 (2.7.3-x86_64-linux-gnu) - sqlite3 (2.7.3-x86_64-linux-musl) + sqlite3 (2.8.0-aarch64-linux-gnu) + sqlite3 (2.8.0-aarch64-linux-musl) + sqlite3 (2.8.0-arm-linux-gnu) + sqlite3 (2.8.0-arm-linux-musl) + sqlite3 (2.8.0-x86_64-darwin) + sqlite3 (2.8.0-x86_64-linux-gnu) + sqlite3 (2.8.0-x86_64-linux-musl) stringio (3.1.7) thor (1.3.2) timeout (0.4.3) @@ -358,7 +358,7 @@ DEPENDENCIES rubocop-rspec (~> 3.6) shoulda-matchers (~> 6.5) simplecov (~> 0.22) - sqlite3 (~> 2.7) + sqlite3 (~> 2.8) BUNDLED WITH 2.6.9