diff --git a/Gemfile b/Gemfile index 659a366..65629bb 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index b312b89..8e88d29 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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)