From 4380de8105689f1c01f13a0527d5ccb48ef65a44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 19:31:32 +0000 Subject: [PATCH] chore(deps): update dependency sqlite3 to v2 --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index eb1533d..877e2b5 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ ruby ">3.0" gem "rails", "~> 7.1.0" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 1.4" +gem "sqlite3", "~> 2.0" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "~> 5.6" diff --git a/Gemfile.lock b/Gemfile.lock index a555a79..abb08ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -184,8 +184,8 @@ GEM resend (0.10.0) httparty (>= 0.19.1) ruby2_keywords (0.0.5) - sqlite3 (1.6.2-x86_64-darwin) - sqlite3 (1.6.2-x86_64-linux) + sqlite3 (2.0.0-x86_64-darwin) + sqlite3 (2.0.0-x86_64-linux-gnu) stringio (3.1.0) thor (1.3.0) timeout (0.4.1) @@ -208,7 +208,7 @@ DEPENDENCIES puma (~> 5.6) rails (~> 7.1.0) resend - sqlite3 (~> 1.4) + sqlite3 (~> 2.0) tzinfo-data RUBY VERSION