Skip to content

Commit

Permalink
Bump haml_lint from 0.59.0 to 0.60.0 (#2424)
Browse files Browse the repository at this point in the history
Bumps [haml_lint](https://github.com/sds/haml-lint) from 0.59.0 to 0.60.0.
- [Release notes](https://github.com/sds/haml-lint/releases)
- [Changelog](https://github.com/sds/haml-lint/blob/main/CHANGELOG.md)
- [Commits](sds/haml-lint@v0.59.0...v0.60.0)

---
updated-dependencies:
- dependency-name: haml_lint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent dda5818 commit a211b06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ end

group :development do
gem "brakeman", '~> 6.2.2', require: false
gem 'haml_lint', '~> 0.59.0', require: false
gem 'haml_lint', '~> 0.60.0', require: false
gem 'listen'
gem 'memory_profiler'
gem 'rack-mini-profiler'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ GEM
activesupport (>= 5.1)
haml (>= 4.0.6)
railties (>= 5.1)
haml_lint (0.59.0)
haml_lint (0.60.0)
haml (>= 5.0)
parallel (~> 1.10)
rainbow
Expand Down Expand Up @@ -510,7 +510,7 @@ GEM
test-unit (3.6.7)
power_assert
thor (1.3.2)
tilt (2.5.0)
tilt (2.6.0)
timecop (0.9.10)
timeout (0.4.3)
tinymce-rails (7.6.0)
Expand Down Expand Up @@ -569,7 +569,7 @@ DEPENDENCIES
get_process_mem
gon (~> 6.4)
haml-rails
haml_lint (~> 0.59.0)
haml_lint (~> 0.60.0)
html-proofer (< 4)
httparty
jquery-fileupload-rails
Expand Down

0 comments on commit a211b06

Please sign in to comment.