From ccdbb8ab78d8b884026024da02a01212f14e6534 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 17:13:39 +0000 Subject: [PATCH] Update dependency sqlite3 to v2.3.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 b3fff83..ba8bfd5 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.3.0-arm64-darwin) + sqlite3 (2.3.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)