From 2c5fa60d396457bd7108775f4dfe4dfeafe794ce Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 28 May 2020 15:11:52 -0400 Subject: [PATCH] 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] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index f7535aa4a..5b0be8150 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 88bf74272..11515dd61 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)