From 6f20349efc009945f35bda6c349776582d135ac5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 23:58:47 +0000 Subject: [PATCH] Bump sqlite3 from 1.6.0 to 2.0.2 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.6.0 to 2.0.2. - [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.0...v2.0.2) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:development 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 550b203..a8b0aa2 100644 --- a/Gemfile +++ b/Gemfile @@ -7,6 +7,6 @@ group :development do gem 'pry' gem 'rake' gem 'rubocop' - gem 'sqlite3', '~> 1.6.0' + gem 'sqlite3', '~> 2.0.2' gem 'test-unit' end diff --git a/Gemfile.lock b/Gemfile.lock index 49c1817..756a21b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,7 +35,7 @@ GEM json (2.7.2) language_server-protocol (3.17.0.3) method_source (1.0.0) - mini_portile2 (2.8.1) + mini_portile2 (2.8.7) minitest (5.24.1) mutex_m (0.2.0) parallel (1.25.1) @@ -66,7 +66,7 @@ GEM rubocop-ast (1.31.3) parser (>= 3.3.1.0) ruby-progressbar (1.13.0) - sqlite3 (1.6.0) + sqlite3 (2.0.2) mini_portile2 (~> 2.8.0) strscan (3.1.0) test-unit (3.5.7) @@ -84,7 +84,7 @@ DEPENDENCIES pry rake rubocop - sqlite3 (~> 1.6.0) + sqlite3 (~> 2.0.2) test-unit BUNDLED WITH