Merge pull request #5868 from consuldemocracy/dependabot/bundler/erb_lint-0.9.0

Bump erb_lint from 0.6.0 to 0.9.0
This commit is contained in:
Sebastia
2025-02-14 12:10:00 +00:00
committed by GitHub
2 changed files with 9 additions and 9 deletions

View File

@@ -93,7 +93,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.6.0", require: false gem "erb_lint", "~> 0.9.0", require: false
gem "faraday-retry", "~> 2.2.1", require: false gem "faraday-retry", "~> 2.2.1", require: false
gem "mdl", "~> 0.13.0", require: false gem "mdl", "~> 0.13.0", require: false
gem "pronto", "~> 0.11.2", require: false gem "pronto", "~> 0.11.2", require: false

View File

@@ -200,7 +200,7 @@ GEM
htmlentities (~> 4.3.3) htmlentities (~> 4.3.3)
launchy (>= 2.1, < 4.0) launchy (>= 2.1, < 4.0)
mail (~> 2.7) mail (~> 2.7)
erb_lint (0.6.0) erb_lint (0.9.0)
activesupport activesupport
better_html (>= 2.0.1) better_html (>= 2.0.1)
parser (>= 2.7.1.4) parser (>= 2.7.1.4)
@@ -282,7 +282,7 @@ GEM
mutex_m mutex_m
nkf nkf
rack (>= 2.0, < 4) rack (>= 2.0, < 4)
i18n (1.14.6) i18n (1.14.7)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
i18n-tasks (0.9.37) i18n-tasks (0.9.37)
activesupport (>= 4.0.2) activesupport (>= 4.0.2)
@@ -303,7 +303,7 @@ GEM
irb (1.12.0) irb (1.12.0)
rdoc rdoc
reline (>= 0.4.2) reline (>= 0.4.2)
json (2.9.1) json (2.10.1)
jwt (2.9.3) jwt (2.9.3)
base64 base64
kaminari (1.2.2) kaminari (1.2.2)
@@ -324,7 +324,7 @@ GEM
rexml rexml
kramdown-parser-gfm (1.1.0) kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0) kramdown (~> 2.0)
language_server-protocol (3.17.0.3) language_server-protocol (3.17.0.4)
launchy (3.1.0) launchy (3.1.0)
addressable (~> 2.8) addressable (~> 2.8)
childprocess (~> 5.0) childprocess (~> 5.0)
@@ -388,7 +388,7 @@ GEM
net-ssh (7.3.0) net-ssh (7.3.0)
nio4r (2.7.4) nio4r (2.7.4)
nkf (0.2.0) nkf (0.2.0)
nokogiri (1.18.1) nokogiri (1.18.2)
mini_portile2 (~> 2.8.2) mini_portile2 (~> 2.8.2)
racc (~> 1.4) racc (~> 1.4)
nori (2.7.1) nori (2.7.1)
@@ -433,7 +433,7 @@ GEM
parallel (1.26.3) parallel (1.26.3)
paranoia (3.0.0) paranoia (3.0.0)
activerecord (>= 6, < 8.1) activerecord (>= 6, < 8.1)
parser (3.3.7.0) parser (3.3.7.1)
ast (~> 2.4.1) ast (~> 2.4.1)
racc racc
pdf-reader (2.12.0) pdf-reader (2.12.0)
@@ -563,7 +563,7 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0) rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0) unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.37.0) rubocop-ast (1.38.0)
parser (>= 3.3.1.0) parser (>= 3.3.1.0)
rubocop-capybara (2.21.0) rubocop-capybara (2.21.0)
rubocop (~> 1.41) rubocop (~> 1.41)
@@ -740,7 +740,7 @@ DEPENDENCIES
devise (~> 4.9.4) devise (~> 4.9.4)
devise-security (~> 0.18.0) devise-security (~> 0.18.0)
email_spec (~> 2.3.0) email_spec (~> 2.3.0)
erb_lint (~> 0.6.0) erb_lint (~> 0.9.0)
exiftool_vendored (~> 12.97.0) exiftool_vendored (~> 12.97.0)
factory_bot_rails (~> 6.4.3) factory_bot_rails (~> 6.4.3)
faker (~> 3.4.2) faker (~> 3.4.2)