Bump erb_lint from 0.0.32 to 0.0.33 (#8117)
Bumps [erb_lint](https://github.com/Shopify/erb-lint) from 0.0.32 to 0.0.33. - [Release notes](https://github.com/Shopify/erb-lint/releases) - [Commits](https://github.com/Shopify/erb-lint/compare/v0.0.32...v0.0.33) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
077ce3fc2d
commit
2c5fa60d39
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -115,7 +115,7 @@ group :development do
|
|||
gem "brakeman", "~> 4.8", require: false # Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis
|
||||
gem "bundler-audit", "~> 0.6" # bundler-audit provides patch-level verification for Bundled apps
|
||||
gem "derailed_benchmarks", "~> 1.7", require: false # A series of things you can use to benchmark a Rails or Ruby app
|
||||
gem "erb_lint", "~> 0.0.32", require: false # ERB Linter tool
|
||||
gem "erb_lint", "~> 0.0.33", require: false # ERB Linter tool
|
||||
gem "fix-db-schema-conflicts", "~> 3.0" # Ensures consistent output of db/schema.rb despite local differences in the database
|
||||
gem "guard", "~> 2.16", require: false # Guard is a command line tool to easily handle events on file system modifications
|
||||
gem "guard-livereload", "~> 2.5", require: false # Guard::LiveReload automatically reloads your browser when 'view' files are modified
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@ GEM
|
|||
coderay (>= 1.0.0)
|
||||
erubi (>= 1.0.0)
|
||||
rack (>= 0.9.0)
|
||||
better_html (1.0.14)
|
||||
better_html (1.0.15)
|
||||
actionview (>= 4.0)
|
||||
activesupport (>= 4.0)
|
||||
ast (~> 2.0)
|
||||
|
|
@ -277,7 +277,7 @@ GEM
|
|||
thor (~> 0.15)
|
||||
environs (1.1.0)
|
||||
equalizer (0.0.11)
|
||||
erb_lint (0.0.32)
|
||||
erb_lint (0.0.33)
|
||||
activesupport
|
||||
better_html (~> 1.0.7)
|
||||
html_tokenizer
|
||||
|
|
@ -889,7 +889,7 @@ DEPENDENCIES
|
|||
email_validator (~> 2.0)
|
||||
emoji_regex (~> 3.0)
|
||||
envied (~> 0.9)
|
||||
erb_lint (~> 0.0.32)
|
||||
erb_lint (~> 0.0.33)
|
||||
exifr (>= 1.3.6)
|
||||
factory_bot_rails (~> 5.2)
|
||||
faker (~> 2.11)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue