From fb522d916b7cce8b99a72eb80d2472ef58aa655d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 13:17:03 +0300 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20ruby=20(3.4.5=20?= =?UTF-8?q?=E2=86=92=203.4.6)=20(#4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .ruby-version | 2 +- Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index 4f5e697..1cf8253 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.5 +3.4.6 diff --git a/Gemfile b/Gemfile index 9f36f39..c8cb07a 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -ruby "3.4.5" +ruby "3.4.6" gem "cssminify2", "~> 2.0" gem "json", "~> 2.7"