From 47a39afa370bd1c05470707997107d1b637ba3f8 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Fri, 14 Jun 2024 00:48:39 -0300 Subject: [PATCH] Update nanoc-tidy.rb --- Gemfile | 2 +- Gemfile.lock | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index cd999bd..38b463f 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "nanoc", "~> 4.12" # filters gem "nanoc-gzip.rb" gem "nanoc-webpack.rb" -gem "nanoc-tidy.rb", "~> 0.7" +gem "nanoc-tidy.rb", "~> 0.8" gem "rainpress", "~> 1.0" gem "sass", "~> 3.7" diff --git a/Gemfile.lock b/Gemfile.lock index de2cd5e..8018632 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,9 +62,11 @@ GEM nanoc-core (~> 4.11, >= 4.11.15) nanoc-gzip.rb (0.2.3) nanoc (~> 4.12) - nanoc-tidy.rb (0.7.0) + nanoc-tidy.rb (0.8.0) + test-cmd.rb (~> 0.12.2) nanoc-webpack.rb (0.10.1) ryo.rb (~> 0.5) + test-cmd.rb (~> 0.12.2) nio4r (2.7.1) paint (2.3.0) parallel (1.24.0) @@ -137,7 +139,7 @@ GEM rubocop-performance (~> 1.20.2) stringio (3.1.0) strscan (3.1.0) - test-cmd.rb (0.11.1) + test-cmd.rb (0.12.2) tty-color (0.6.0) tty-command (0.10.1) pastel (~> 0.8) @@ -154,7 +156,7 @@ DEPENDENCIES listen (~> 3.0) nanoc (~> 4.12) nanoc-gzip.rb - nanoc-tidy.rb (~> 0.7) + nanoc-tidy.rb (~> 0.8) nanoc-webpack.rb paint (~> 2.3) rainpress (~> 1.0)