From 9dfbd59a4c031d9ea1bf232f942d3c27cb0ae141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Dubois?= Date: Fri, 1 Sep 2023 11:35:25 +0200 Subject: [PATCH] chore: update dependencies --- Gemfile.lock | 4 ++-- test_app/Gemfile.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 73e0cca..1cd0118 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,8 +83,8 @@ GEM rake (13.0.6) request_store (1.5.1) rack (>= 1.4) - sqlite3 (1.6.3-arm64-darwin) - sqlite3 (1.6.3-x86_64-linux) + sqlite3 (1.6.4-arm64-darwin) + sqlite3 (1.6.4-x86_64-linux) tzinfo (2.0.6) concurrent-ruby (~> 1.0) diff --git a/test_app/Gemfile.lock b/test_app/Gemfile.lock index dd130ab..637c2f5 100644 --- a/test_app/Gemfile.lock +++ b/test_app/Gemfile.lock @@ -179,8 +179,8 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.6.3-arm64-darwin) - sqlite3 (1.6.3-x86_64-linux) + sqlite3 (1.6.4-arm64-darwin) + sqlite3 (1.6.4-x86_64-linux) thor (1.2.2) tilt (2.2.0) timeout (0.4.0)