Bump erb_lint from 0.0.37 to 0.3.1

We also need to update pronto-erb_lint since the old version depended on
erb_lint 0.0.x.
This commit is contained in:
Javi Martín
2023-03-17 18:49:55 +01:00
parent 4ddcfde529
commit 09a62d6f2c
2 changed files with 12 additions and 15 deletions

View File

@@ -100,10 +100,10 @@ group :development do
gem "capistrano-rails", "~> 1.6.2", require: false gem "capistrano-rails", "~> 1.6.2", require: false
gem "capistrano3-delayed-job", "~> 1.7.6" gem "capistrano3-delayed-job", "~> 1.7.6"
gem "capistrano3-puma", "~> 5.2.0" 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 "mdl", "~> 0.11.0", require: false
gem "pronto", "~> 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-eslint", "~> 0.11.0", require: false
gem "pronto-rubocop", "~> 0.11.2", require: false gem "pronto-rubocop", "~> 0.11.2", require: false
gem "pronto-scss", "~> 0.11.0", require: false gem "pronto-scss", "~> 0.11.0", require: false

View File

@@ -87,12 +87,11 @@ GEM
babel-source (>= 4.0, < 6) babel-source (>= 4.0, < 6)
execjs (~> 2.0) execjs (~> 2.0)
bcrypt (3.1.18) bcrypt (3.1.18)
better_html (1.0.16) better_html (2.0.1)
actionview (>= 4.0) actionview (>= 6.0)
activesupport (>= 4.0) activesupport (>= 6.0)
ast (~> 2.0) ast (~> 2.0)
erubi (~> 1.4) erubi (~> 1.4)
html_tokenizer (~> 0.0.6)
parser (>= 2.4) parser (>= 2.4)
smart_properties smart_properties
bindex (0.8.1) bindex (0.8.1)
@@ -184,10 +183,9 @@ GEM
htmlentities (~> 4.3.3) htmlentities (~> 4.3.3)
launchy (~> 2.1) launchy (~> 2.1)
mail (~> 2.7) mail (~> 2.7)
erb_lint (0.0.37) erb_lint (0.3.1)
activesupport activesupport
better_html (~> 1.0.7) better_html (>= 2.0.1)
html_tokenizer
parser (>= 2.7.1.4) parser (>= 2.7.1.4)
rainbow rainbow
rubocop rubocop
@@ -266,7 +264,6 @@ GEM
rexml (~> 3.0) rexml (~> 3.0)
hashie (5.0.0) hashie (5.0.0)
highline (2.0.3) highline (2.0.3)
html_tokenizer (0.0.7)
htmlentities (4.3.4) htmlentities (4.3.4)
httparty (0.21.0) httparty (0.21.0)
mini_mime (>= 1.0.0) mini_mime (>= 1.0.0)
@@ -420,9 +417,9 @@ GEM
rexml (~> 3.2) rexml (~> 3.2)
rugged (>= 0.23.0, < 1.1.0) rugged (>= 0.23.0, < 1.1.0)
thor (>= 0.20.3, < 2.0) thor (>= 0.20.3, < 2.0)
pronto-erb_lint (0.1.5) pronto-erb_lint (0.1.6)
erb_lint (~> 0.0.24) erb_lint (~> 0.1, >= 0.1.1)
pronto (> 0.9.0) pronto (~> 0.9, > 0.9.0)
pronto-eslint (0.11.0) pronto-eslint (0.11.0)
eslintrb (~> 2.0, >= 2.0.0) eslintrb (~> 2.0, >= 2.0.0)
pronto (~> 0.11.0) pronto (~> 0.11.0)
@@ -695,7 +692,7 @@ DEPENDENCIES
devise (~> 4.8.1) devise (~> 4.8.1)
devise-security (~> 0.16.0) devise-security (~> 0.16.0)
email_spec (~> 2.2.0) email_spec (~> 2.2.0)
erb_lint (~> 0.0.37) erb_lint (~> 0.3.1)
factory_bot_rails (~> 6.2.0) factory_bot_rails (~> 6.2.0)
faker (~> 2.22.0) faker (~> 2.22.0)
file_validators (~> 3.0.0) file_validators (~> 3.0.0)
@@ -729,7 +726,7 @@ DEPENDENCIES
pg (~> 1.4.3) pg (~> 1.4.3)
pg_search (~> 2.3.6) pg_search (~> 2.3.6)
pronto (~> 0.11.0) pronto (~> 0.11.0)
pronto-erb_lint (~> 0.1.5) pronto-erb_lint (~> 0.1.6)
pronto-eslint (~> 0.11.0) pronto-eslint (~> 0.11.0)
pronto-rubocop (~> 0.11.2) pronto-rubocop (~> 0.11.2)
pronto-scss (~> 0.11.0) pronto-scss (~> 0.11.0)