From 2a9e35880075e098a5480a3c8c7a28391fbe9c89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 13:32:15 +0000 Subject: [PATCH] Bump sqlite3 from 1.7.3 to 2.0.3 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.3 to 2.0.3. - [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.0.3) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index bfa3121fb8..2c6b297439 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'rubyzip', '~> 2.3' gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice gem 'rake', '~> 13.2' gem 'otr-activerecord', '~> 2.2.0' -gem 'sqlite3', '~> 1.4' +gem 'sqlite3', '~> 2.0' gem 'rubocop', '~> 1.64.0', require: false # Geolocation support diff --git a/Gemfile.lock b/Gemfile.lock index 07920a85f3..f338bd2f97 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -197,8 +197,8 @@ GEM rack-protection (= 3.2.0) tilt (~> 2.0) slack-notifier (2.4.0) - sqlite3 (1.7.3-arm64-darwin) - sqlite3 (1.7.3-x86_64-linux) + sqlite3 (2.0.3-arm64-darwin) + sqlite3 (2.0.3-x86_64-linux-gnu) stringio (3.1.0) strscan (3.1.0) sync (0.5.0) @@ -285,7 +285,7 @@ DEPENDENCIES selenium-webdriver (~> 4.21) sinatra (~> 3.2) slack-notifier (~> 2.4) - sqlite3 (~> 1.4) + sqlite3 (~> 2.0) term-ansicolor test-unit-full (~> 0.0.5) thin (~> 1.8)