From 82742ba9e5b97d394e6da807db447338672edbc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 12:19:49 +0000 Subject: [PATCH] Bump erb_lint from 0.3.1 to 0.5.0 Bumps [erb_lint](https://github.com/Shopify/erb-lint) from 0.3.1 to 0.5.0. - [Release notes](https://github.com/Shopify/erb-lint/releases) - [Commits](https://github.com/Shopify/erb-lint/compare/v0.3.1...v0.5.0) --- updated-dependencies: - dependency-name: erb_lint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 2038eb44f..6fcd291f2 100644 --- a/Gemfile +++ b/Gemfile @@ -99,7 +99,7 @@ group :development do gem "capistrano-rails", "~> 1.6.3", require: false gem "capistrano3-delayed-job", "~> 1.7.6" gem "capistrano3-puma", "~> 5.2.0" - gem "erb_lint", "~> 0.3.1", require: false + gem "erb_lint", "~> 0.5.0", require: false gem "mdl", "~> 0.12.0", require: false gem "pronto", "~> 0.11.1", require: false gem "pronto-erb_lint", "~> 0.1.6", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 4133c6c57..5622d79d0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,7 +92,7 @@ GEM babel-source (>= 4.0, < 6) execjs (~> 2.0) bcrypt (3.1.19) - better_html (2.0.1) + better_html (2.0.2) actionview (>= 6.0) activesupport (>= 6.0) ast (~> 2.0) @@ -189,7 +189,7 @@ GEM htmlentities (~> 4.3.3) launchy (~> 2.1) mail (~> 2.7) - erb_lint (0.3.1) + erb_lint (0.5.0) activesupport better_html (>= 2.0.1) parser (>= 2.7.1.4) @@ -287,7 +287,7 @@ GEM thor (>= 0.14, < 2.0) jquery-ui-rails (6.0.1) railties (>= 3.2.16) - json (2.3.1) + json (2.6.3) jwt (2.5.0) kaminari (1.2.2) activesupport (>= 4.1.0) @@ -400,7 +400,7 @@ GEM omniauth-oauth (~> 1.1) rack orm_adapter (0.5.0) - parallel (1.22.1) + parallel (1.23.0) paranoia (2.6.2) activerecord (>= 5.1, < 7.1) parser (3.2.2.3) @@ -523,8 +523,8 @@ GEM rubocop-ast (>= 1.20.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.21.0) - parser (>= 3.1.1.0) + rubocop-ast (1.29.0) + parser (>= 3.2.1.0) rubocop-performance (1.14.3) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) @@ -535,7 +535,7 @@ GEM rubocop-rspec (2.4.0) rubocop (~> 1.0) rubocop-ast (>= 1.1.0) - ruby-progressbar (1.11.0) + ruby-progressbar (1.13.0) ruby-vips (2.1.4) ffi (~> 1.12) ruby2_keywords (0.0.5) @@ -692,7 +692,7 @@ DEPENDENCIES devise (~> 4.9.2) devise-security (~> 0.18.0) email_spec (~> 2.2.0) - erb_lint (~> 0.3.1) + erb_lint (~> 0.5.0) factory_bot_rails (~> 6.2.0) faker (~> 2.22.0) file_validators (~> 3.0.0)