From 7ec05311e35ecaa6ee67f6235edc32e25fc09056 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sat, 28 Sep 2024 00:30:04 +0300 Subject: [PATCH] bump ruby to 3.2.5 --- .ruby-version | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.ruby-version b/.ruby-version index 351227fca..5ae69bd5f 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.4 +3.2.5 diff --git a/Gemfile.lock b/Gemfile.lock index 6b7ffebcd..7067685be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -228,7 +228,7 @@ GEM bundler-audit (0.9.1) bundler (>= 1.2.0, < 3) thor (~> 1.0) - byebug (10.0.2) + byebug (11.1.3) capybara (3.33.0) addressable mini_mime (>= 0.1.3) @@ -434,7 +434,7 @@ GEM mini_racer (0.6.3) libv8-node (~> 16.10.0.0) minitest (5.18.1) - msgpack (1.4.2) + msgpack (1.7.2) multi_xml (0.6.0) mustache (1.1.1) net-imap (0.3.6) @@ -809,7 +809,7 @@ GEM strscan (3.1.0) syslog-logger (1.6.8) text (1.3.1) - thin (1.7.2) + thin (1.8.2) daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) @@ -821,7 +821,7 @@ GEM concurrent-ruby (~> 1.0) uglifier (4.1.8) execjs (>= 0.3.0, < 3) - unicode (0.4.4.4) + unicode (0.4.4.5) unicode-display_width (2.4.2) uniform_notifier (1.16.0) validates_timeliness (7.0.0.beta2)