Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): Bump haml_lint from 0.51.0 to 0.52.0 #1259

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ group :development do
gem "irb"
gem "pry-byebug"

gem "haml_lint", "~> 0.51"
gem "haml_lint", "~> 0.52"
gem "rubocop"
gem "rubocop-rake", require: false
end
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ GEM
haml (5.2.2)
temple (>= 0.8.0)
tilt
haml_lint (0.51.0)
haml_lint (0.52.0)
haml (>= 4.0)
parallel (~> 1.10)
rainbow
Expand All @@ -99,7 +99,7 @@ GEM
irb (1.10.1)
rdoc
reline (>= 0.3.8)
json (2.7.0)
json (2.7.1)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
Expand Down Expand Up @@ -147,7 +147,7 @@ GEM
tilt (>= 1.4.1, < 3)
padrino-support (0.15.2)
pairing_heap (0.3.0)
parallel (1.23.0)
parallel (1.24.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
Expand All @@ -170,7 +170,7 @@ GEM
ffi (~> 1.0)
rdoc (6.6.1)
psych (>= 4.0.0)
regexp_parser (2.8.2)
regexp_parser (2.8.3)
reline (0.4.1)
io-console (~> 0.5)
rexml (3.2.6)
Expand Down Expand Up @@ -226,7 +226,7 @@ DEPENDENCIES
builder
faraday-retry (~> 2.2)
haml (~> 5.2.2)
haml_lint (~> 0.51)
haml_lint (~> 0.52)
irb
kramdown
middleman!
Expand Down