Skip to content

Commit ff6878f

Browse files
authored
Merge pull request #71 from github/dependabot/bundler/erb_lint-0.4.0
Update erb_lint requirement from ~> 0.3.0 to ~> 0.4.0
2 parents 18d74ff + e825299 commit ff6878f

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

Gemfile.lock

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ PATH
66
GEM
77
remote: https://rubygems.org/
88
specs:
9-
actionview (7.0.4.2)
10-
activesupport (= 7.0.4.2)
9+
actionview (7.0.5)
10+
activesupport (= 7.0.5)
1111
builder (~> 3.1)
1212
erubi (~> 1.4)
1313
rails-dom-testing (~> 2.0)
1414
rails-html-sanitizer (~> 1.1, >= 1.2.0)
15-
activesupport (7.0.4.2)
15+
activesupport (7.0.5)
1616
concurrent-ruby (~> 1.0, >= 1.0.2)
1717
i18n (>= 1.6, < 2)
1818
minitest (>= 5.1)
@@ -26,42 +26,43 @@ GEM
2626
parser (>= 2.4)
2727
smart_properties
2828
builder (3.2.4)
29-
concurrent-ruby (1.2.0)
29+
concurrent-ruby (1.2.2)
3030
crass (1.0.6)
31-
erb_lint (0.3.1)
31+
erb_lint (0.4.0)
3232
activesupport
3333
better_html (>= 2.0.1)
3434
parser (>= 2.7.1.4)
3535
rainbow
3636
rubocop
3737
smart_properties
3838
erubi (1.12.0)
39-
i18n (1.12.0)
39+
i18n (1.13.0)
4040
concurrent-ruby (~> 1.0)
4141
json (2.6.3)
42-
loofah (2.19.1)
42+
loofah (2.21.3)
4343
crass (~> 1.0.2)
44-
nokogiri (>= 1.5.9)
45-
mini_portile2 (2.8.1)
44+
nokogiri (>= 1.12.0)
45+
mini_portile2 (2.8.2)
4646
minitest (5.18.0)
4747
mocha (2.0.2)
4848
ruby2_keywords (>= 0.0.5)
49-
nokogiri (1.14.0)
50-
mini_portile2 (~> 2.8.0)
49+
nokogiri (1.15.2)
50+
mini_portile2 (~> 2.8.2)
5151
racc (~> 1.4)
52-
parallel (1.22.1)
53-
parser (3.2.2.0)
52+
parallel (1.23.0)
53+
parser (3.2.2.1)
5454
ast (~> 2.4.1)
5555
racc (1.6.2)
5656
rack (3.0.4.1)
5757
rails-dom-testing (2.0.3)
5858
activesupport (>= 4.2.0)
5959
nokogiri (>= 1.6)
60-
rails-html-sanitizer (1.5.0)
61-
loofah (~> 2.19, >= 2.19.1)
60+
rails-html-sanitizer (1.6.0)
61+
loofah (~> 2.21)
62+
nokogiri (~> 1.14)
6263
rainbow (3.1.1)
6364
rake (13.0.6)
64-
regexp_parser (2.7.0)
65+
regexp_parser (2.8.0)
6566
rexml (3.2.5)
6667
rubocop (1.49.0)
6768
json (~> 2.3)
@@ -73,7 +74,7 @@ GEM
7374
rubocop-ast (>= 1.28.0, < 2.0)
7475
ruby-progressbar (~> 1.7)
7576
unicode-display_width (>= 2.4.0, < 3.0)
76-
rubocop-ast (1.28.0)
77+
rubocop-ast (1.29.0)
7778
parser (>= 3.2.1.0)
7879
rubocop-github (0.20.0)
7980
rubocop (>= 1.37)
@@ -89,15 +90,15 @@ GEM
8990
ruby-progressbar (1.13.0)
9091
ruby2_keywords (0.0.5)
9192
smart_properties (1.17.0)
92-
tzinfo (2.0.5)
93+
tzinfo (2.0.6)
9394
concurrent-ruby (~> 1.0)
9495
unicode-display_width (2.4.2)
9596

9697
PLATFORMS
9798
ruby
9899

99100
DEPENDENCIES
100-
erb_lint (~> 0.3.0)
101+
erb_lint (~> 0.4.0)
101102
erblint-github!
102103
minitest (~> 5.18.0)
103104
mocha (~> 2.0.2)

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 = ["opensource+erblint-github@github.com"]
1717
s.authors = ["GitHub Open Source"]
1818

19-
s.add_development_dependency "erb_lint", "~> 0.3.0"
19+
s.add_development_dependency "erb_lint", "~> 0.4.0"
2020
s.add_development_dependency "minitest", "~> 5.18.0"
2121
s.add_development_dependency "mocha", "~> 2.0.2"
2222
s.add_development_dependency "rake", "~> 13.0.6"

0 commit comments

Comments
 (0)