From a9ad0d0a97c2f466fe6dc19ebc07ae32dd94a183 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 05:33:57 +0000 Subject: [PATCH] Update dependency sqlite3 to v1.7.1 --- Gemfile | 4 ++-- Gemfile.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index ac148b3..87ae30e 100644 --- a/Gemfile +++ b/Gemfile @@ -7,9 +7,9 @@ ruby file: ".ruby-version" gem "capybara", "~> 3.35" gem "gem-release", "~> 2.2" gem "matrix", "~> 0.4.2" -gem "nokogiri", "~> 1.16" +gem "nokogiri", "~> 1.12" gem "pry", "~> 0.14.1" gem "rake", "~> 13.0" gem "rspec-rails", "~> 6.0" gem "sprockets-rails", "~> 3.2" -gem "sqlite3", "~> 1.7" +gem "sqlite3", "~> 1.6" diff --git a/Gemfile.lock b/Gemfile.lock index f8981cc..f466f99 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -216,8 +216,8 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.7.0-arm64-darwin) - sqlite3 (1.7.0-x86_64-linux) + sqlite3 (1.7.1-arm64-darwin) + sqlite3 (1.7.1-x86_64-linux) stringio (3.1.0) thor (1.3.0) timeout (0.4.1) @@ -241,13 +241,13 @@ DEPENDENCIES capybara (~> 3.35) gem-release (~> 2.2) matrix (~> 0.4.2) - nokogiri (~> 1.16) + nokogiri (~> 1.12) pry (~> 0.14.1) rails-footnotes! rake (~> 13.0) rspec-rails (~> 6.0) sprockets-rails (~> 3.2) - sqlite3 (~> 1.7) + sqlite3 (~> 1.6) RUBY VERSION ruby 3.2.2p53