From d9e12f82d910abe8a21171f68c236000363890be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 13:02:33 +0000 Subject: [PATCH] Bump sqlite3 from 2.7.4 to 2.8.0 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.7.4 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.4...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 | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 300d9ffef..c0508b91e 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice gem 'rake', '~> 13.3' gem 'activerecord', '~> 8.0' gem 'otr-activerecord', '~> 2.5.0' -gem 'sqlite3', '~> 2.7' +gem 'sqlite3', '~> 2.8' gem 'rubocop', '~> 1.81.7', require: false # Geolocation support diff --git a/Gemfile.lock b/Gemfile.lock index bb25a3a78..1cf7a40ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -230,14 +230,14 @@ GEM rack-session (>= 2.0.0, < 3) tilt (~> 2.0) slack-notifier (2.4.0) - sqlite3 (2.7.4-aarch64-linux-gnu) - sqlite3 (2.7.4-aarch64-linux-musl) - sqlite3 (2.7.4-arm-linux-gnu) - sqlite3 (2.7.4-arm-linux-musl) - sqlite3 (2.7.4-arm64-darwin) - sqlite3 (2.7.4-x86_64-darwin) - sqlite3 (2.7.4-x86_64-linux-gnu) - sqlite3 (2.7.4-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-arm64-darwin) + 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) sync (0.5.0) term-ansicolor (1.11.3) @@ -335,7 +335,7 @@ DEPENDENCIES selenium-webdriver (~> 4.38) sinatra (~> 4.1) slack-notifier (~> 2.4) - sqlite3 (~> 2.7) + sqlite3 (~> 2.8) term-ansicolor test-unit-full (~> 0.0.5) thin (~> 2.0)