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"