Skip to content

Commit

Permalink
Update haml_lint to version 0.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Apr 29, 2024
1 parent 5bf96bd commit 73b4da4
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ GEM
ffi (1.15.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
haml (5.2.1)
haml (5.2.2)
temple (>= 0.8.0)
tilt
haml-rails (2.0.1)
Expand All @@ -116,11 +116,11 @@ GEM
haml (>= 4.0.6, < 6.0)
html2haml (>= 1.0.1)
railties (>= 5.1)
haml_lint (0.37.0)
haml (>= 4.0, < 5.3)
haml_lint (0.58.0)
haml (>= 5.0)
parallel (~> 1.10)
rainbow
rubocop (>= 0.50.0)
rubocop (>= 1.0)
sysexits (~> 1.1)
hashie (4.1.0)
html2haml (2.2.0)
Expand Down Expand Up @@ -175,9 +175,10 @@ GEM
omniauth-rails_csrf_protection (1.0.0)
actionpack (>= 4.2)
omniauth (~> 2.0)
parallel (1.20.1)
parser (3.0.1.1)
parallel (1.24.0)
parser (3.3.1.0)
ast (~> 2.4.1)
racc
pg (1.2.3)
pg_search (2.3.5)
activerecord (>= 5.2)
Expand Down Expand Up @@ -217,14 +218,14 @@ GEM
method_source
rake (>= 0.8.7)
thor (~> 1.0)
rainbow (3.0.0)
rainbow (3.1.1)
rake (13.0.3)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
redcarpet (3.5.1)
regexp_parser (2.1.1)
rexml (3.2.5)
regexp_parser (2.9.0)
rexml (3.2.6)
rouge (3.26.0)
rspec-core (3.10.1)
rspec-support (~> 3.10.0)
Expand Down Expand Up @@ -252,8 +253,8 @@ GEM
rubocop-ast (>= 1.5.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.5.0)
parser (>= 3.0.1.1)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-performance (1.11.3)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
Expand All @@ -266,7 +267,7 @@ GEM
rubocop-rspec (2.3.0)
rubocop (~> 1.0)
rubocop-ast (>= 1.1.0)
ruby-progressbar (1.11.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.4)
ruby_parser (3.15.1)
sexp_processor (~> 4.9)
Expand Down Expand Up @@ -296,17 +297,17 @@ GEM
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sysexits (1.2.0)
temple (0.8.2)
temple (0.10.3)
thor (1.1.0)
tilt (2.0.10)
tilt (2.3.0)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (2.0.0)
unicode-display_width (2.5.0)
web-console (4.1.0)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
Expand Down

0 comments on commit 73b4da4

Please sign in to comment.