Update nanoc-tidy.rb

This commit is contained in:
0x1eef 2024-06-14 00:48:39 -03:00
parent b81b310c00
commit 47a39afa37
2 changed files with 6 additions and 4 deletions

View file

@ -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"

View file

@ -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)