Bump erb_lint from 0.5.0 to 0.6.0
Bumps [erb_lint](https://github.com/Shopify/erb-lint) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/Shopify/erb-lint/releases) - [Commits](https://github.com/Shopify/erb-lint/compare/v0.5.0...v0.6.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
@@ -91,7 +91,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.5.0", require: false
|
||||
gem "erb_lint", "~> 0.6.0", require: false
|
||||
gem "mdl", "~> 0.13.0", require: false
|
||||
gem "pronto", "~> 0.11.2", require: false
|
||||
gem "pronto-erb_lint", "~> 0.1.6", require: false
|
||||
|
||||
24
Gemfile.lock
24
Gemfile.lock
@@ -196,12 +196,12 @@ GEM
|
||||
htmlentities (~> 4.3.3)
|
||||
launchy (~> 2.1)
|
||||
mail (~> 2.7)
|
||||
erb_lint (0.5.0)
|
||||
erb_lint (0.6.0)
|
||||
activesupport
|
||||
better_html (>= 2.0.1)
|
||||
parser (>= 2.7.1.4)
|
||||
rainbow
|
||||
rubocop
|
||||
rubocop (>= 1)
|
||||
smart_properties
|
||||
erubi (1.13.0)
|
||||
eslintrb (2.1.0)
|
||||
@@ -346,7 +346,7 @@ GEM
|
||||
mini_magick (4.13.2)
|
||||
mini_mime (1.1.5)
|
||||
mini_portile2 (2.8.7)
|
||||
minitest (5.24.1)
|
||||
minitest (5.25.1)
|
||||
mixlib-cli (2.1.8)
|
||||
mixlib-config (3.0.27)
|
||||
tomlrb
|
||||
@@ -373,7 +373,7 @@ GEM
|
||||
net-ssh (7.2.3)
|
||||
nio4r (2.7.3)
|
||||
nkf (0.2.0)
|
||||
nokogiri (1.16.6)
|
||||
nokogiri (1.16.7)
|
||||
mini_portile2 (~> 2.8.2)
|
||||
racc (~> 1.4)
|
||||
nori (2.7.0)
|
||||
@@ -413,10 +413,10 @@ GEM
|
||||
omniauth-oauth (~> 1.1)
|
||||
rack
|
||||
orm_adapter (0.5.0)
|
||||
parallel (1.25.1)
|
||||
parallel (1.26.3)
|
||||
paranoia (2.6.3)
|
||||
activerecord (>= 5.1, < 7.2)
|
||||
parser (3.3.4.2)
|
||||
parser (3.3.5.0)
|
||||
ast (~> 2.4.1)
|
||||
racc
|
||||
pdf-reader (2.12.0)
|
||||
@@ -454,7 +454,7 @@ GEM
|
||||
public_suffix (4.0.7)
|
||||
puma (5.6.9)
|
||||
nio4r (~> 2.0)
|
||||
racc (1.8.0)
|
||||
racc (1.8.1)
|
||||
rack (2.2.9)
|
||||
rack-accept (0.4.5)
|
||||
rack (>= 0.4)
|
||||
@@ -512,8 +512,7 @@ GEM
|
||||
responders (3.1.1)
|
||||
actionpack (>= 5.2)
|
||||
railties (>= 5.2)
|
||||
rexml (3.3.6)
|
||||
strscan
|
||||
rexml (3.3.8)
|
||||
rinku (2.0.6)
|
||||
ros-apartment (2.11.0)
|
||||
activerecord (>= 5.0.0, < 7.1)
|
||||
@@ -548,7 +547,7 @@ GEM
|
||||
rubocop-ast (>= 1.31.1, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 2.4.0, < 3.0)
|
||||
rubocop-ast (1.31.3)
|
||||
rubocop-ast (1.32.3)
|
||||
parser (>= 3.3.1.0)
|
||||
rubocop-capybara (2.21.0)
|
||||
rubocop (~> 1.41)
|
||||
@@ -637,7 +636,6 @@ GEM
|
||||
net-sftp (>= 2.1.2)
|
||||
net-ssh (>= 2.8.0)
|
||||
stringio (3.1.0)
|
||||
strscan (3.1.0)
|
||||
terminal-table (3.0.2)
|
||||
unicode-display_width (>= 1.1.1, < 3)
|
||||
terrapin (0.6.0)
|
||||
@@ -659,7 +657,7 @@ GEM
|
||||
concurrent-ruby (~> 1.0)
|
||||
uglifier (4.2.0)
|
||||
execjs (>= 0.3.0, < 3)
|
||||
unicode-display_width (2.5.0)
|
||||
unicode-display_width (2.6.0)
|
||||
uri (0.13.0)
|
||||
uuidtools (2.2.0)
|
||||
version_gem (1.1.3)
|
||||
@@ -724,7 +722,7 @@ DEPENDENCIES
|
||||
devise (~> 4.9.3)
|
||||
devise-security (~> 0.18.0)
|
||||
email_spec (~> 2.2.2)
|
||||
erb_lint (~> 0.5.0)
|
||||
erb_lint (~> 0.6.0)
|
||||
exiftool_vendored (~> 12.80.0)
|
||||
factory_bot_rails (~> 6.4.3)
|
||||
faker (~> 3.4.2)
|
||||
|
||||
Reference in New Issue
Block a user