From 9a0298efd4ec87cdd8bfb437cbc530eebe3cf827 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 00:45:35 +0000 Subject: [PATCH] Bump sqlite3 from 1.7.3 to 2.0.4 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.3 to 2.0.4. - [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.4) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:development 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 1f05e54a6..b7a2c774d 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem 'tracks-chartjs-ror' gem 'will_paginate' # Use --without argument to skip unnecessary drivers -gem 'sqlite3', '~> 1.4', group: :sqlite +gem 'sqlite3', '~> 2.0', group: :sqlite gem 'mysql2', '~> 0.5', group: :mysql gem 'pg', '~> 1.5', group: :postgresql diff --git a/Gemfile.lock b/Gemfile.lock index 36df1c7d1..495bdf0e8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -314,7 +314,7 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (1.7.3) + sqlite3 (2.0.4) mini_portile2 (~> 2.8.0) stripe (13.1.1) terminal-table (3.0.2) @@ -385,7 +385,7 @@ DEPENDENCIES simplecov solargraph spring (~> 4) - sqlite3 (~> 1.4) + sqlite3 (~> 2.0) stripe tolk (~> 5.0.2) tracks-chartjs-ror