Merge pull request #159 from github/dependabot/bundler/erb_lint-0.6.0

build(deps-dev): update erb_lint requirement from ~> 0.5.0 to ~> 0.6.0
This commit is contained in:
github-actions[bot] 2024-08-05 03:46:51 +00:00 коммит произвёл GitHub
Родитель f3c1031812 a1b224553c
Коммит 2a8a9bf734
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 28 добавлений и 18 удалений

Просмотреть файл

@ -6,48 +6,58 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actionview (7.0.7.2)
activesupport (= 7.0.7.2)
actionview (7.1.3.4)
activesupport (= 7.1.3.4)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activesupport (7.0.7.2)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activesupport (7.1.3.4)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
ast (2.4.2)
better_html (2.0.2)
base64 (0.2.0)
better_html (2.1.1)
actionview (>= 6.0)
activesupport (>= 6.0)
ast (~> 2.0)
erubi (~> 1.4)
parser (>= 2.4)
smart_properties
builder (3.2.4)
concurrent-ruby (1.2.2)
bigdecimal (3.1.8)
builder (3.3.0)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
crass (1.0.6)
erb_lint (0.5.0)
drb (2.2.1)
erb_lint (0.6.0)
activesupport
better_html (>= 2.0.1)
parser (>= 2.7.1.4)
rainbow
rubocop
rubocop (>= 1)
smart_properties
erubi (1.12.0)
i18n (1.14.1)
erubi (1.13.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
loofah (2.21.3)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mini_portile2 (2.8.6)
mini_portile2 (2.8.7)
minitest (5.24.1)
mocha (2.4.5)
ruby2_keywords (>= 0.0.5)
nokogiri (1.16.5)
mutex_m (0.2.0)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.25.1)
@ -104,7 +114,7 @@ PLATFORMS
ruby
DEPENDENCIES
erb_lint (~> 0.5.0)
erb_lint (~> 0.6.0)
erblint-github!
minitest (~> 5.24.0)
mocha (~> 2.4.0)

Просмотреть файл

@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.email = ["opensource+erblint-github@github.com"]
s.authors = ["GitHub Open Source"]
s.add_development_dependency "erb_lint", "~> 0.5.0"
s.add_development_dependency "erb_lint", "~> 0.6.0"
s.add_development_dependency "minitest", "~> 5.24.0"
s.add_development_dependency "mocha", "~> 2.4.0"
s.add_development_dependency "rake", "~> 13.2.1"