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.6.0 to 0.7.0 #36

Merged
merged 1 commit into from
Oct 18, 2024
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 @@ -63,7 +63,7 @@ group :development, :test do
gem "rubocop-rails-omakase", require: false

# Lint your ERB or HTML files [https://github.com/Shopify/erb-lint]
gem "erb_lint", "~> 0.6.0", require: false
gem "erb_lint", "~> 0.7.0", require: false

# RSpec Testing [https://github.com/rspec/rspec-rails]
gem "rspec-rails", "~> 7.0"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ GEM
dotenv (= 3.1.4)
railties (>= 6.1)
drb (2.2.1)
erb_lint (0.6.0)
erb_lint (0.7.0)
activesupport
better_html (>= 2.0.1)
parser (>= 2.7.1.4)
Expand Down Expand Up @@ -330,7 +330,7 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.66.1)
rubocop (1.67.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -432,7 +432,7 @@ DEPENDENCIES
debug
devise (~> 4.9)
dotenv-rails (~> 3.1)
erb_lint (~> 0.6.0)
erb_lint (~> 0.7.0)
factory_bot_rails (~> 6.4)
ffaker (~> 2.23)
good_job (~> 4.4)
Expand Down