From 80781f9967f5d64599d56f1a94c50552bd15338e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 21:29:04 +0000 Subject: [PATCH] Bump sqlite3 from 1.7.3 to 2.0.1 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.3 to 2.0.1. - [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.1) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 22d911185..4aec9f788 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ end group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem "byebug", platforms: [:mri, :mingw, :x64_mingw] - gem "sqlite3", "~> 1.7" + gem "sqlite3", "~> 2.0" gem "rspec-rails" gem "standard", "~> 1.36.0" gem "factory_bot" diff --git a/Gemfile.lock b/Gemfile.lock index d656ab9fd..10bd10e4a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -509,11 +509,11 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.7.3) + sqlite3 (2.0.1) mini_portile2 (~> 2.8.0) - sqlite3 (1.7.3-x64-mingw-ucrt) - sqlite3 (1.7.3-x86_64-darwin) - sqlite3 (1.7.3-x86_64-linux) + sqlite3 (2.0.1-x64-mingw-ucrt) + sqlite3 (2.0.1-x86_64-darwin) + sqlite3 (2.0.1-x86_64-linux-gnu) sqlite3_ar_regexp (2.2.0) activerecord (>= 3.2) sqlite3 @@ -635,7 +635,7 @@ DEPENDENCIES simplecov (~> 0.22.0) spdx (~> 4.1) spring - sqlite3 (~> 1.7) + sqlite3 (~> 2.0) sqlite3_ar_regexp (~> 2.2) standard (~> 1.36.0) stopwords-filter2