Add erb_lint

This commit is contained in:
Josh Abernathy 2022-07-12 18:50:07 +00:00 committed by GitHub
parent f48697913b
commit 2e0bf76f03
6 changed files with 21 additions and 0 deletions

View file

@ -59,6 +59,8 @@ group :development do
gem "solargraph"
gem "erb_lint"
# Add speed badges [https://github.com/MiniProfiler/rack-mini-profiler]
# gem "rack-mini-profiler"

View file

@ -71,6 +71,14 @@ GEM
ast (2.4.2)
backport (1.2.0)
benchmark (0.1.1)
better_html (1.0.16)
actionview (>= 4.0)
activesupport (>= 4.0)
ast (~> 2.0)
erubi (~> 1.4)
html_tokenizer (~> 0.0.6)
parser (>= 2.4)
smart_properties
bindex (0.8.1)
bootsnap (1.12.0)
msgpack (~> 1.2)
@ -93,9 +101,18 @@ GEM
diff-lcs (1.5.0)
digest (3.1.0)
e2mmap (0.1.0)
erb_lint (0.1.3)
activesupport
better_html (~> 1.0.7)
html_tokenizer
parser (>= 2.7.1.4)
rainbow
rubocop
smart_properties
erubi (1.10.0)
globalid (1.0.0)
activesupport (>= 5.0)
html_tokenizer (0.0.7)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
importmap-rails (1.1.0)
@ -204,6 +221,7 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
smart_properties (1.17.0)
solargraph (0.45.0)
backport (~> 1.2)
benchmark
@ -267,6 +285,7 @@ DEPENDENCIES
bootsnap
capybara
debug
erb_lint
importmap-rails
jbuilder
puma (~> 5.0)

BIN
vendor/cache/better_html-1.0.16.gem vendored Normal file

Binary file not shown.

BIN
vendor/cache/erb_lint-0.1.3.gem vendored Normal file

Binary file not shown.

BIN
vendor/cache/html_tokenizer-0.0.7.gem vendored Normal file

Binary file not shown.

BIN
vendor/cache/smart_properties-1.17.0.gem vendored Normal file

Binary file not shown.