From 504985092c86e665856811c146231d4b4260634b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 05:10:53 +0000 Subject: [PATCH] Bump sqlite3 from 1.7.3 to 2.2.0 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.3 to 2.2.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/v1.7.3...v2.2.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 36dd65f506..b62de177dd 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.4.0' -gem 'sqlite3', '~> 1.4' +gem 'sqlite3', '~> 2.2' gem 'rubocop', '~> 1.68.0', require: false # Geolocation support diff --git a/Gemfile.lock b/Gemfile.lock index 8de3140674..cae413e22c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -210,12 +210,12 @@ GEM rack-protection (= 3.2.0) tilt (~> 2.0) slack-notifier (2.4.0) - sqlite3 (1.7.3-aarch64-linux) - sqlite3 (1.7.3-arm-linux) - sqlite3 (1.7.3-arm64-darwin) - sqlite3 (1.7.3-x86-linux) - sqlite3 (1.7.3-x86_64-darwin) - sqlite3 (1.7.3-x86_64-linux) + 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) stringio (3.1.1) sync (0.5.0) term-ansicolor (1.11.2) @@ -306,7 +306,7 @@ DEPENDENCIES selenium-webdriver (~> 4.26) sinatra (~> 3.2) slack-notifier (~> 2.4) - sqlite3 (~> 1.4) + sqlite3 (~> 2.2) term-ansicolor test-unit-full (~> 0.0.5) thin (~> 1.8)