From c847688b791ce70a4620f80e91fe5e3d920cd483 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 06:31:34 +0000 Subject: [PATCH] Update dependency sqlite3 to v2 --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 9ff2d3f..1dae3b6 100644 --- a/Gemfile +++ b/Gemfile @@ -12,4 +12,4 @@ gem "pry", "~> 0.14.1" gem "rake", "~> 13.2" gem "rspec-rails", "~> 6.1" gem "sprockets-rails", "~> 3.5" -gem "sqlite3", "~> 1.7" +gem "sqlite3", "~> 2.0" diff --git a/Gemfile.lock b/Gemfile.lock index 0bcde28..9d82ac0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -214,8 +214,8 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (1.7.3-arm64-darwin) - sqlite3 (1.7.3-x86_64-linux) + sqlite3 (2.0.4-arm64-darwin) + sqlite3 (2.0.4-x86_64-linux-gnu) stringio (3.1.1) thor (1.3.1) timeout (0.4.1) @@ -245,7 +245,7 @@ DEPENDENCIES rake (~> 13.2) rspec-rails (~> 6.1) sprockets-rails (~> 3.5) - sqlite3 (~> 1.7) + sqlite3 (~> 2.0) RUBY VERSION ruby 3.3.1p55