From ee1fabfca3dc5469daa923f4708d8d926105f479 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 10:26:34 +0000 Subject: [PATCH] Update dependency sqlite3 to v1.7.3 --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 9ff2d3f..e262d7b 100644 --- a/Gemfile +++ b/Gemfile @@ -11,5 +11,5 @@ gem "nokogiri", "~> 1.16" gem "pry", "~> 0.14.1" gem "rake", "~> 13.2" gem "rspec-rails", "~> 6.1" -gem "sprockets-rails", "~> 3.5" +gem "sprockets-rails", "~> 3.2" gem "sqlite3", "~> 1.7" diff --git a/Gemfile.lock b/Gemfile.lock index 0bcde28..0925f14 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -244,7 +244,7 @@ DEPENDENCIES rails-footnotes! rake (~> 13.2) rspec-rails (~> 6.1) - sprockets-rails (~> 3.5) + sprockets-rails (~> 3.2) sqlite3 (~> 1.7) RUBY VERSION