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] <support@github.com>
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -99,7 +99,7 @@ group :development do
|
|||||||
gem "capistrano-rails", "~> 1.6.3", require: false
|
gem "capistrano-rails", "~> 1.6.3", 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.3.1", require: false
|
gem "erb_lint", "~> 0.5.0", require: false
|
||||||
gem "mdl", "~> 0.12.0", require: false
|
gem "mdl", "~> 0.12.0", require: false
|
||||||
gem "pronto", "~> 0.11.1", require: false
|
gem "pronto", "~> 0.11.1", require: false
|
||||||
gem "pronto-erb_lint", "~> 0.1.6", require: false
|
gem "pronto-erb_lint", "~> 0.1.6", require: false
|
||||||
|
|||||||
16
Gemfile.lock
16
Gemfile.lock
@@ -92,7 +92,7 @@ GEM
|
|||||||
babel-source (>= 4.0, < 6)
|
babel-source (>= 4.0, < 6)
|
||||||
execjs (~> 2.0)
|
execjs (~> 2.0)
|
||||||
bcrypt (3.1.19)
|
bcrypt (3.1.19)
|
||||||
better_html (2.0.1)
|
better_html (2.0.2)
|
||||||
actionview (>= 6.0)
|
actionview (>= 6.0)
|
||||||
activesupport (>= 6.0)
|
activesupport (>= 6.0)
|
||||||
ast (~> 2.0)
|
ast (~> 2.0)
|
||||||
@@ -189,7 +189,7 @@ GEM
|
|||||||
htmlentities (~> 4.3.3)
|
htmlentities (~> 4.3.3)
|
||||||
launchy (~> 2.1)
|
launchy (~> 2.1)
|
||||||
mail (~> 2.7)
|
mail (~> 2.7)
|
||||||
erb_lint (0.3.1)
|
erb_lint (0.5.0)
|
||||||
activesupport
|
activesupport
|
||||||
better_html (>= 2.0.1)
|
better_html (>= 2.0.1)
|
||||||
parser (>= 2.7.1.4)
|
parser (>= 2.7.1.4)
|
||||||
@@ -287,7 +287,7 @@ GEM
|
|||||||
thor (>= 0.14, < 2.0)
|
thor (>= 0.14, < 2.0)
|
||||||
jquery-ui-rails (6.0.1)
|
jquery-ui-rails (6.0.1)
|
||||||
railties (>= 3.2.16)
|
railties (>= 3.2.16)
|
||||||
json (2.3.1)
|
json (2.6.3)
|
||||||
jwt (2.5.0)
|
jwt (2.5.0)
|
||||||
kaminari (1.2.2)
|
kaminari (1.2.2)
|
||||||
activesupport (>= 4.1.0)
|
activesupport (>= 4.1.0)
|
||||||
@@ -400,7 +400,7 @@ GEM
|
|||||||
omniauth-oauth (~> 1.1)
|
omniauth-oauth (~> 1.1)
|
||||||
rack
|
rack
|
||||||
orm_adapter (0.5.0)
|
orm_adapter (0.5.0)
|
||||||
parallel (1.22.1)
|
parallel (1.23.0)
|
||||||
paranoia (2.6.2)
|
paranoia (2.6.2)
|
||||||
activerecord (>= 5.1, < 7.1)
|
activerecord (>= 5.1, < 7.1)
|
||||||
parser (3.2.2.3)
|
parser (3.2.2.3)
|
||||||
@@ -523,8 +523,8 @@ GEM
|
|||||||
rubocop-ast (>= 1.20.1, < 2.0)
|
rubocop-ast (>= 1.20.1, < 2.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (>= 1.4.0, < 3.0)
|
unicode-display_width (>= 1.4.0, < 3.0)
|
||||||
rubocop-ast (1.21.0)
|
rubocop-ast (1.29.0)
|
||||||
parser (>= 3.1.1.0)
|
parser (>= 3.2.1.0)
|
||||||
rubocop-performance (1.14.3)
|
rubocop-performance (1.14.3)
|
||||||
rubocop (>= 1.7.0, < 2.0)
|
rubocop (>= 1.7.0, < 2.0)
|
||||||
rubocop-ast (>= 0.4.0)
|
rubocop-ast (>= 0.4.0)
|
||||||
@@ -535,7 +535,7 @@ GEM
|
|||||||
rubocop-rspec (2.4.0)
|
rubocop-rspec (2.4.0)
|
||||||
rubocop (~> 1.0)
|
rubocop (~> 1.0)
|
||||||
rubocop-ast (>= 1.1.0)
|
rubocop-ast (>= 1.1.0)
|
||||||
ruby-progressbar (1.11.0)
|
ruby-progressbar (1.13.0)
|
||||||
ruby-vips (2.1.4)
|
ruby-vips (2.1.4)
|
||||||
ffi (~> 1.12)
|
ffi (~> 1.12)
|
||||||
ruby2_keywords (0.0.5)
|
ruby2_keywords (0.0.5)
|
||||||
@@ -692,7 +692,7 @@ DEPENDENCIES
|
|||||||
devise (~> 4.9.2)
|
devise (~> 4.9.2)
|
||||||
devise-security (~> 0.18.0)
|
devise-security (~> 0.18.0)
|
||||||
email_spec (~> 2.2.0)
|
email_spec (~> 2.2.0)
|
||||||
erb_lint (~> 0.3.1)
|
erb_lint (~> 0.5.0)
|
||||||
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user