From 558df35ecd81f2866ee8e9b5a346034e9f05a0fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=92=A9?= <69432552+unchidev@users.noreply.github.com> Date: Mon, 24 Jun 2024 21:45:19 +0900 Subject: [PATCH 1/2] nokogiri 1.15.4 -> 1.16.6 --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fb394fc..d83fec7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,16 +114,16 @@ GEM net-smtp (0.3.2) net-protocol nio4r (2.5.8) - nokogiri (1.15.4-x86_64-darwin) + nokogiri (1.16.6-x86_64-darwin) racc (~> 1.4) - nokogiri (1.15.4-x86_64-linux) + nokogiri (1.16.6-x86_64-linux) racc (~> 1.4) parallel (1.23.0) parser (3.2.2.3) ast (~> 2.4.1) racc pg (1.5.4) - racc (1.7.1) + racc (1.8.0) rack (2.2.8) rack-test (2.1.0) rack (>= 1.3) From 97e502540a052cc22be4d8bdec7fee8cd8ba4a4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=92=A9?= <69432552+unchidev@users.noreply.github.com> Date: Mon, 24 Jun 2024 21:45:51 +0900 Subject: [PATCH 2/2] bundler 2.3.7 -> 2.5.14 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index d83fec7..38f04ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -262,4 +262,4 @@ DEPENDENCIES tzinfo-data BUNDLED WITH - 2.3.7 + 2.5.14