From 158888c6240925c0b759a68161aa3219163f7e2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 01:50:16 +0000 Subject: [PATCH] Update dependency sqlite3 to v2.4.0 --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 7bf3061..ba4523e 100644 --- a/Gemfile +++ b/Gemfile @@ -10,6 +10,6 @@ gem "matrix", "~> 0.4.2" gem "nokogiri", "~> 1.16" gem "pry", "~> 0.15.0" gem "rake", "~> 13.2" -gem "rspec-rails", "~> 7.1" +gem "rspec-rails", "~> 7.0" gem "sprockets-rails", "~> 3.5" gem "sqlite3", "~> 2.0" diff --git a/Gemfile.lock b/Gemfile.lock index a4e321f..67b8f89 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -219,8 +219,8 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.0.4-arm64-darwin) - sqlite3 (2.0.4-x86_64-linux-gnu) + sqlite3 (2.4.0-arm64-darwin) + sqlite3 (2.4.0-x86_64-linux-gnu) stringio (3.1.2) thor (1.3.2) timeout (0.4.2) @@ -247,7 +247,7 @@ DEPENDENCIES pry (~> 0.15.0) rails-footnotes! rake (~> 13.2) - rspec-rails (~> 7.1) + rspec-rails (~> 7.0) sprockets-rails (~> 3.5) sqlite3 (~> 2.0)