From 3d60727af51f5b637612a28894145cfe1dfa939d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 13:18:52 +0000 Subject: [PATCH] Bump sqlite3 from 2.4.1 to 2.5.0 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.4.1 to 2.5.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.4.1...v2.5.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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 3f9393636..9c98f2d86 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.4' +gem 'sqlite3', '~> 2.5' gem 'rubocop', '~> 1.69.2', require: false # Geolocation support diff --git a/Gemfile.lock b/Gemfile.lock index 7267bad12..3435689c9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -198,7 +198,7 @@ GEM rack-protection (= 3.2.0) tilt (~> 2.0) slack-notifier (2.4.0) - sqlite3 (2.4.1-x86_64-linux-gnu) + sqlite3 (2.5.0-x86_64-linux-gnu) stringio (3.1.2) sync (0.5.0) term-ansicolor (1.11.2) @@ -286,7 +286,7 @@ DEPENDENCIES selenium-webdriver (~> 4.27) sinatra (~> 3.2) slack-notifier (~> 2.4) - sqlite3 (~> 2.4) + sqlite3 (~> 2.5) term-ansicolor test-unit-full (~> 0.0.5) thin (~> 1.8)