diff --git a/Gemfile b/Gemfile index 1546de3b6..2cada7af5 100644 --- a/Gemfile +++ b/Gemfile @@ -100,10 +100,10 @@ group :development do gem "capistrano-rails", "~> 1.6.2", require: false gem "capistrano3-delayed-job", "~> 1.7.6" gem "capistrano3-puma", "~> 5.2.0" - gem "erb_lint", "~> 0.0.37", require: false + gem "erb_lint", "~> 0.3.1", require: false gem "mdl", "~> 0.11.0", require: false gem "pronto", "~> 0.11.0", require: false - gem "pronto-erb_lint", "~> 0.1.5", require: false + gem "pronto-erb_lint", "~> 0.1.6", require: false gem "pronto-eslint", "~> 0.11.0", require: false gem "pronto-rubocop", "~> 0.11.2", require: false gem "pronto-scss", "~> 0.11.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index e0907195c..855126d24 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,12 +87,11 @@ GEM babel-source (>= 4.0, < 6) execjs (~> 2.0) bcrypt (3.1.18) - better_html (1.0.16) - actionview (>= 4.0) - activesupport (>= 4.0) + better_html (2.0.1) + actionview (>= 6.0) + activesupport (>= 6.0) ast (~> 2.0) erubi (~> 1.4) - html_tokenizer (~> 0.0.6) parser (>= 2.4) smart_properties bindex (0.8.1) @@ -184,10 +183,9 @@ GEM htmlentities (~> 4.3.3) launchy (~> 2.1) mail (~> 2.7) - erb_lint (0.0.37) + erb_lint (0.3.1) activesupport - better_html (~> 1.0.7) - html_tokenizer + better_html (>= 2.0.1) parser (>= 2.7.1.4) rainbow rubocop @@ -266,7 +264,6 @@ GEM rexml (~> 3.0) hashie (5.0.0) highline (2.0.3) - html_tokenizer (0.0.7) htmlentities (4.3.4) httparty (0.21.0) mini_mime (>= 1.0.0) @@ -420,9 +417,9 @@ GEM rexml (~> 3.2) rugged (>= 0.23.0, < 1.1.0) thor (>= 0.20.3, < 2.0) - pronto-erb_lint (0.1.5) - erb_lint (~> 0.0.24) - pronto (> 0.9.0) + pronto-erb_lint (0.1.6) + erb_lint (~> 0.1, >= 0.1.1) + pronto (~> 0.9, > 0.9.0) pronto-eslint (0.11.0) eslintrb (~> 2.0, >= 2.0.0) pronto (~> 0.11.0) @@ -695,7 +692,7 @@ DEPENDENCIES devise (~> 4.8.1) devise-security (~> 0.16.0) email_spec (~> 2.2.0) - erb_lint (~> 0.0.37) + erb_lint (~> 0.3.1) factory_bot_rails (~> 6.2.0) faker (~> 2.22.0) file_validators (~> 3.0.0) @@ -729,7 +726,7 @@ DEPENDENCIES pg (~> 1.4.3) pg_search (~> 2.3.6) pronto (~> 0.11.0) - pronto-erb_lint (~> 0.1.5) + pronto-erb_lint (~> 0.1.6) pronto-eslint (~> 0.11.0) pronto-rubocop (~> 0.11.2) pronto-scss (~> 0.11.0)