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

Bump erb_lint from 0.8.0 to 0.9.0 #3456

Merged
merged 1 commit into from
Jan 21, 2025
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 @@ -110,7 +110,7 @@ gem "rack-contrib", "~> 2.5"

gem "rails-i18n", "~> 7.0"

gem "erb_lint", "~> 0.8.0", group: :development, require: false
gem "erb_lint", "~> 0.9.0", group: :development, require: false

gem "i18n-js", "~> 4.2"

Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ GEM
drb (2.2.1)
email_validator (2.2.4)
activemodel
erb_lint (0.8.0)
erb_lint (0.9.0)
activesupport
better_html (>= 2.0.1)
parser (>= 2.7.1.4)
Expand Down Expand Up @@ -436,14 +436,14 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.4)
nokogiri (1.18.1)
nokogiri (1.18.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.18.1-x64-mingw-ucrt)
nokogiri (1.18.2-x64-mingw-ucrt)
racc (~> 1.4)
nokogiri (1.18.1-x86_64-darwin)
nokogiri (1.18.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.18.1-x86_64-linux-gnu)
nokogiri (1.18.2-x86_64-linux-gnu)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down Expand Up @@ -795,7 +795,7 @@ DEPENDENCIES
devise-i18n (~> 1.12)
devise_zxcvbn (~> 6.0)
dotenv-rails (~> 3.1)
erb_lint (~> 0.8.0)
erb_lint (~> 0.9.0)
factory_bot
faker (~> 3.5)
federails!
Expand Down
Loading