From cf3d1449c1f8d8ea3b1eab61b22202f52b63cef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 02:14:49 +0000 Subject: [PATCH] non-production(deps): 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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 608388a..2a9561e 100644 --- a/Gemfile +++ b/Gemfile @@ -14,6 +14,6 @@ gem 'pry' gem 'rr', '3.1.0' gem 'rubocop', require: false gem 'shoulda' -gem 'sqlite3', "~> 1.4" +gem 'sqlite3', "~> 2.0" gem 'test-unit', '3.6.2' gem 'test_after_commit', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 2cdbcb3..9c1ebfc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -232,7 +232,7 @@ GEM shoulda-context (2.0.0) shoulda-matchers (4.5.1) activesupport (>= 4.2.0) - sqlite3 (1.7.3) + sqlite3 (2.0.3) mini_portile2 (~> 2.8.0) stringio (3.1.1) strscan (3.1.0) @@ -266,7 +266,7 @@ DEPENDENCIES rr (= 3.1.0) rubocop shoulda - sqlite3 (~> 1.4) + sqlite3 (~> 2.0) test-unit (= 3.6.2) test_after_commit