Skip to content

Commit

Permalink
Update haml_lint to version 0.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Jun 13, 2023
1 parent e672525 commit 8e8a5a9
Show file tree
Hide file tree
Showing 25 changed files with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,16 +134,17 @@ GEM
fast_gettext (>= 0.9.0)
globalid (1.1.0)
activesupport (>= 5.0)
haml (5.2.2)
temple (>= 0.8.0)
haml (6.1.1)
temple (>= 0.8.2)
thor
tilt
haml-rails (2.1.0)
actionpack (>= 5.1)
activesupport (>= 5.1)
haml (>= 4.0.6)
railties (>= 5.1)
haml_lint (0.40.1)
haml (>= 4.0, < 5.3)
haml_lint (0.45.0)
haml (>= 4.0, < 6.2)
parallel (~> 1.10)
rainbow
rubocop (>= 0.50.0)
Expand All @@ -153,7 +154,7 @@ GEM
i18n (1.13.0)
concurrent-ruby (~> 1.0)
io-like (0.3.1)
json (2.6.2)
json (2.6.3)
locale (2.1.3)
lograge (0.12.0)
actionpack (>= 4)
Expand Down Expand Up @@ -191,9 +192,10 @@ GEM
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
open_uri_redirections (0.2.1)
parallel (1.22.1)
parser (3.1.2.1)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pkg-config (1.5.1)
prime (0.1.2)
forwardable
Expand Down Expand Up @@ -241,22 +243,22 @@ GEM
rainbow (3.1.1)
rake (13.0.6)
redcarpet (3.5.1)
regexp_parser (2.8.0)
regexp_parser (2.8.1)
request_store (1.5.1)
rack (>= 1.4)
rexml (3.2.5)
rubocop (1.36.0)
rubocop (1.52.1)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.20.1, < 2.0)
rubocop-ast (>= 1.28.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.21.0)
parser (>= 3.1.1.0)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-minitest (0.21.0)
rubocop (>= 0.90, < 2.0)
rubocop-performance (1.14.3)
Expand All @@ -266,7 +268,7 @@ GEM
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
ruby-progressbar (1.11.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
ruby_parser (3.20.1)
sexp_processor (~> 4.16)
Expand Down Expand Up @@ -299,16 +301,16 @@ GEM
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sysexits (1.2.0)
temple (0.9.1)
temple (0.10.2)
terser (1.1.16)
execjs (>= 0.3.0, < 3)
text (1.3.1)
thor (1.2.2)
tilt (2.0.11)
tilt (2.2.0)
timeout (0.3.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.2.0)
unicode-display_width (2.4.2)
vcr (6.1.0)
webmock (3.18.1)
addressable (>= 2.8.0)
Expand Down
Binary file removed vendor/cache/haml-5.2.2.gem
Binary file not shown.
Binary file added vendor/cache/haml-6.1.1.gem
Binary file not shown.
Binary file removed vendor/cache/haml_lint-0.40.1.gem
Binary file not shown.
Binary file added vendor/cache/haml_lint-0.45.0.gem
Binary file not shown.
Binary file removed vendor/cache/json-2.6.2.gem
Binary file not shown.
Binary file added vendor/cache/json-2.6.3.gem
Binary file not shown.
Binary file removed vendor/cache/parallel-1.22.1.gem
Binary file not shown.
Binary file added vendor/cache/parallel-1.23.0.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.1.2.1.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.2.2.3.gem
Binary file not shown.
Binary file removed vendor/cache/regexp_parser-2.8.0.gem
Binary file not shown.
Binary file added vendor/cache/regexp_parser-2.8.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.36.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.52.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.21.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.29.0.gem
Binary file not shown.
Binary file removed vendor/cache/ruby-progressbar-1.11.0.gem
Binary file not shown.
Binary file added vendor/cache/ruby-progressbar-1.13.0.gem
Binary file not shown.
Binary file added vendor/cache/temple-0.10.2.gem
Binary file not shown.
Binary file removed vendor/cache/temple-0.9.1.gem
Binary file not shown.
Binary file removed vendor/cache/tilt-2.0.11.gem
Binary file not shown.
Binary file added vendor/cache/tilt-2.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/unicode-display_width-2.2.0.gem
Binary file not shown.
Binary file added vendor/cache/unicode-display_width-2.4.2.gem
Binary file not shown.

0 comments on commit 8e8a5a9

Please sign in to comment.