From ca1649e7011e1ad1bf53fe33fa432684b55903b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:24:48 +0000 Subject: [PATCH] Bump sqlite3 from 2.6.0 to 2.7.0 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.6.0 to 2.7.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.6.0...v2.7.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ec819327e..645e851cb 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice gem 'rake', '~> 13.2' gem 'activerecord', '~> 7.2' gem 'otr-activerecord', '~> 2.5.0' -gem 'sqlite3', '~> 2.6' +gem 'sqlite3', '~> 2.7' gem 'rubocop', '~> 1.75.8', require: false # Geolocation support diff --git a/Gemfile.lock b/Gemfile.lock index 6cb4b31cf..aca050282 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -208,7 +208,7 @@ GEM rack-protection (= 3.2.0) tilt (~> 2.0) slack-notifier (2.4.0) - sqlite3 (2.6.0-x86_64-linux-gnu) + sqlite3 (2.7.0-x86_64-linux-gnu) stringio (3.1.7) sync (0.5.0) term-ansicolor (1.11.2) @@ -296,7 +296,7 @@ DEPENDENCIES selenium-webdriver (~> 4.33) sinatra (~> 3.2) slack-notifier (~> 2.4) - sqlite3 (~> 2.6) + sqlite3 (~> 2.7) term-ansicolor test-unit-full (~> 0.0.5) thin (~> 1.8)