Skip to content

Commit ce66156

Browse files
Merge pull request #194 from github/dependabot/bundler/erb_lint-0.8.0
build(deps-dev): update erb_lint requirement from ~> 0.7.0 to ~> 0.8.0
2 parents 031a7e0 + e77511b commit ce66156

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

Gemfile.lock

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,58 +6,63 @@ PATH
66
GEM
77
remote: https://rubygems.org/
88
specs:
9-
actionview (7.1.4.1)
10-
activesupport (= 7.1.4.1)
9+
actionview (7.1.5.1)
10+
activesupport (= 7.1.5.1)
1111
builder (~> 3.1)
1212
erubi (~> 1.11)
1313
rails-dom-testing (~> 2.2)
1414
rails-html-sanitizer (~> 1.6)
15-
activesupport (7.1.4.1)
15+
activesupport (7.1.5.1)
1616
base64
17+
benchmark (>= 0.3)
1718
bigdecimal
1819
concurrent-ruby (~> 1.0, >= 1.0.2)
1920
connection_pool (>= 2.2.5)
2021
drb
2122
i18n (>= 1.6, < 2)
23+
logger (>= 1.4.2)
2224
minitest (>= 5.1)
2325
mutex_m
26+
securerandom (>= 0.3)
2427
tzinfo (~> 2.0)
2528
ast (2.4.2)
2629
base64 (0.2.0)
30+
benchmark (0.4.0)
2731
better_html (2.1.1)
2832
actionview (>= 6.0)
2933
activesupport (>= 6.0)
3034
ast (~> 2.0)
3135
erubi (~> 1.4)
3236
parser (>= 2.4)
3337
smart_properties
34-
bigdecimal (3.1.8)
38+
bigdecimal (3.1.9)
3539
builder (3.3.0)
3640
concurrent-ruby (1.3.4)
37-
connection_pool (2.4.1)
41+
connection_pool (2.5.0)
3842
crass (1.0.6)
3943
drb (2.2.1)
40-
erb_lint (0.7.0)
44+
erb_lint (0.8.0)
4145
activesupport
4246
better_html (>= 2.0.1)
4347
parser (>= 2.7.1.4)
4448
rainbow
4549
rubocop (>= 1)
4650
smart_properties
47-
erubi (1.13.0)
51+
erubi (1.13.1)
4852
i18n (1.14.6)
4953
concurrent-ruby (~> 1.0)
5054
json (2.9.1)
5155
language_server-protocol (3.17.0.3)
52-
loofah (2.23.1)
56+
logger (1.6.5)
57+
loofah (2.24.0)
5358
crass (~> 1.0.2)
5459
nokogiri (>= 1.12.0)
5560
mini_portile2 (2.8.8)
5661
minitest (5.25.4)
5762
mocha (2.7.1)
5863
ruby2_keywords (>= 0.0.5)
59-
mutex_m (0.2.0)
60-
nokogiri (1.16.8)
64+
mutex_m (0.3.0)
65+
nokogiri (1.17.2)
6166
mini_portile2 (~> 2.8.2)
6267
racc (~> 1.4)
6368
parallel (1.26.3)
@@ -70,7 +75,7 @@ GEM
7075
activesupport (>= 5.0.0)
7176
minitest
7277
nokogiri (>= 1.6)
73-
rails-html-sanitizer (1.6.1)
78+
rails-html-sanitizer (1.6.2)
7479
loofah (~> 2.21)
7580
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
7681
rainbow (3.1.1)
@@ -101,6 +106,7 @@ GEM
101106
rubocop (>= 1.33.0, < 2.0)
102107
ruby-progressbar (1.13.0)
103108
ruby2_keywords (0.0.5)
109+
securerandom (0.3.2)
104110
smart_properties (1.17.0)
105111
tzinfo (2.0.6)
106112
concurrent-ruby (~> 1.0)
@@ -112,7 +118,7 @@ PLATFORMS
112118
ruby
113119

114120
DEPENDENCIES
115-
erb_lint (~> 0.7.0)
121+
erb_lint (~> 0.8.0)
116122
erblint-github!
117123
minitest (~> 5.25.1)
118124
mocha (~> 2.7.0)

erblint-github.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
1616
s.email = ["[email protected]"]
1717
s.authors = ["GitHub Open Source"]
1818

19-
s.add_development_dependency "erb_lint", "~> 0.7.0"
19+
s.add_development_dependency "erb_lint", "~> 0.8.0"
2020
s.add_development_dependency "minitest", "~> 5.25.1"
2121
s.add_development_dependency "mocha", "~> 2.7.0"
2222
s.add_development_dependency "rake", "~> 13.2.1"

0 commit comments

Comments
 (0)