From dd34d7e70c12183645e1b99f1eaaad8fefe25573 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 08:20:31 +0000 Subject: [PATCH] Bump sqlite3 from 1.6.1 to 2.0.0 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.6.1 to 2.0.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.6.1...v2.0.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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1c67637317..34470d7910 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'rubyzip', '~> 2.3' gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice gem 'rake', '~> 13.0' gem 'otr-activerecord', '~> 2.1', '>= 2.1.2' -gem 'sqlite3', '~> 1.6', '>= 1.6.1' +gem 'sqlite3', '~> 2.0' gem 'rubocop', '~> 1.48.1', require: false # Geolocation support diff --git a/Gemfile.lock b/Gemfile.lock index c4b3440bef..61cc01ccc2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -174,7 +174,7 @@ GEM rack-protection (= 3.0.5) tilt (~> 2.0) slack-notifier (2.4.0) - sqlite3 (1.6.1-x86_64-linux) + sqlite3 (2.0.0-x86_64-linux-gnu) stringio (3.0.5) sync (0.5.0) term-ansicolor (1.7.1) @@ -261,7 +261,7 @@ DEPENDENCIES selenium-webdriver (~> 4.8, >= 4.8.1) sinatra (~> 3.0, >= 3.0.5) slack-notifier (~> 2.4) - sqlite3 (~> 1.6, >= 1.6.1) + sqlite3 (~> 2.0) term-ansicolor test-unit-full (~> 0.0.5) thin (~> 1.8)