From c040a777f012a15d6cc67e61e56451ac359169b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Dubois?= Date: Tue, 9 Jan 2024 18:06:48 +0100 Subject: [PATCH] chore: update dependencies --- Gemfile.lock | 12 ++++++------ test_app/Gemfile.lock | 32 ++++++++++++++++---------------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ec8fcb9..32bce31 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,7 +57,7 @@ GEM mutex_m tzinfo (~> 2.0) base64 (0.2.0) - bigdecimal (3.1.4) + bigdecimal (3.1.5) builder (3.2.4) concurrent-ruby (1.2.2) connection_pool (2.4.1) @@ -78,9 +78,9 @@ GEM i18n (>= 0.6.10, < 2) request_store (~> 1.0) mutex_m (0.2.0) - nokogiri (1.15.5-arm64-darwin) + nokogiri (1.16.0-arm64-darwin) racc (~> 1.4) - nokogiri (1.15.5-x86_64-linux) + nokogiri (1.16.0-x86_64-linux) racc (~> 1.4) racc (1.7.3) rack (3.0.8) @@ -99,8 +99,8 @@ GEM request_store (1.5.1) rack (>= 1.4) ruby2_keywords (0.0.5) - sqlite3 (1.6.9-arm64-darwin) - sqlite3 (1.6.9-x86_64-linux) + sqlite3 (1.7.0-arm64-darwin) + sqlite3 (1.7.0-x86_64-linux) timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -115,4 +115,4 @@ DEPENDENCIES sqlite3 (~> 1.4) BUNDLED WITH - 2.4.21 + 2.4.20 diff --git a/test_app/Gemfile.lock b/test_app/Gemfile.lock index 5bb9515..4feab76 100644 --- a/test_app/Gemfile.lock +++ b/test_app/Gemfile.lock @@ -83,7 +83,7 @@ GEM mutex_m tzinfo (~> 2.0) base64 (0.2.0) - bigdecimal (3.1.4) + bigdecimal (3.1.5) bindex (0.8.1) builder (3.2.4) byebug (11.1.3) @@ -99,10 +99,10 @@ GEM activesupport (>= 6.1) i18n (1.14.1) concurrent-ruby (~> 1.0) - io-console (0.6.0) - irb (1.9.1) + io-console (0.7.1) + irb (1.11.1) rdoc - reline (>= 0.3.8) + reline (>= 0.4.2) jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) @@ -124,27 +124,27 @@ GEM i18n (>= 0.6.10, < 2) request_store (~> 1.0) mutex_m (0.2.0) - net-imap (0.4.7) + net-imap (0.4.9.1) date net-protocol net-pop (0.1.2) net-protocol net-protocol (0.2.2) timeout - net-smtp (0.4.0) + net-smtp (0.4.0.1) net-protocol nio4r (2.7.0) - nokogiri (1.15.5-arm64-darwin) + nokogiri (1.16.0-arm64-darwin) racc (~> 1.4) - nokogiri (1.15.5-x86_64-linux) + nokogiri (1.16.0-x86_64-linux) racc (~> 1.4) - psych (5.1.1.1) + psych (5.1.2) stringio - puma (6.4.0) + puma (6.4.2) nio4r (~> 2.0) racc (1.7.3) rack (3.0.8) - rack-mini-profiler (3.1.1) + rack-mini-profiler (3.3.0) rack (>= 1.2.0) rack-session (2.0.0) rack (>= 3.0.0) @@ -186,9 +186,9 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rdoc (6.6.0) + rdoc (6.6.2) psych (>= 4.0.0) - reline (0.4.1) + reline (0.4.2) io-console (~> 0.5) request_store (1.5.1) rack (>= 1.4) @@ -210,8 +210,8 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.6.9-arm64-darwin) - sqlite3 (1.6.9-x86_64-linux) + sqlite3 (1.7.0-arm64-darwin) + sqlite3 (1.7.0-x86_64-linux) stringio (3.1.0) thor (1.3.0) tilt (2.3.0) @@ -255,4 +255,4 @@ RUBY VERSION ruby 3.2.2p53 BUNDLED WITH - 2.4.21 + 2.4.20