Skip to content

Commit

Permalink
Update dependency haml_lint to v0.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2024
1 parent 8b60f02 commit ab89a01
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gem 'get_process_mem', '~>0.2'
gem 'glogin', '0.13.0'
gem 'gserver', '0.0.1'
gem 'haml', '5.2.2'
gem 'haml_lint', '0.50.0', require: false
gem 'haml_lint', '0.54.0', require: false
gem 'iri', '0.7.0'
gem 'liquid', '4.0.4'
gem 'loog', '0.5.1'
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ GEM
haml (5.2.2)
temple (>= 0.8.0)
tilt
haml_lint (0.50.0)
haml (>= 4.0, < 6.2)
haml_lint (0.54.0)
haml (>= 5.0)
parallel (~> 1.10)
rainbow
rubocop (>= 1.0)
Expand All @@ -91,7 +91,7 @@ GEM
ice_nine (0.11.2)
ipaddress (0.8.3)
iri (0.7.0)
json (2.6.3)
json (2.7.1)
language_server-protocol (3.17.0.3)
liquid (4.0.4)
listen (3.8.0)
Expand Down Expand Up @@ -134,8 +134,8 @@ GEM
nokogiri (1.15.4-x86_64-darwin)
racc (~> 1.4)
openssl (3.1.0)
parallel (1.23.0)
parser (3.2.2.3)
parallel (1.24.0)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pg (1.5.4)
Expand All @@ -144,7 +144,7 @@ GEM
loog (~> 0.2)
pg (~> 1.1)
random-port (~> 0.3)
racc (1.7.1)
racc (1.7.3)
rack (2.2.8)
rack-protection (3.1.0)
rack (~> 2.2, >= 2.2.4)
Expand Down Expand Up @@ -172,7 +172,7 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
redcarpet (3.6.0)
regexp_parser (2.8.1)
regexp_parser (2.9.0)
rerun (0.14.0)
listen (~> 3.0)
rexml (3.2.6)
Expand Down Expand Up @@ -205,7 +205,7 @@ GEM
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.18.0)
rubocop (~> 1.41)
Expand Down Expand Up @@ -250,7 +250,7 @@ GEM
faraday
faraday_middleware
virtus
temple (0.10.2)
temple (0.10.3)
thor (1.2.2)
thread_safe (0.3.6)
threads (0.4.0)
Expand All @@ -263,7 +263,7 @@ GEM
total (0.4.1)
tzinfo (1.2.11)
thread_safe (~> 0.1)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
uuidtools (2.2.0)
virtus (2.0.0)
axiom-types (~> 0.1)
Expand Down Expand Up @@ -292,7 +292,7 @@ DEPENDENCIES
glogin (= 0.13.0)
gserver (= 0.0.1)
haml (= 5.2.2)
haml_lint (= 0.50.0)
haml_lint (= 0.54.0)
iri (= 0.7.0)
liquid (= 4.0.4)
loog (= 0.5.1)
Expand Down

0 comments on commit ab89a01

Please sign in to comment.