Skip to content

Commit 663669f

Browse files
Merge pull request #172 from github/dependabot/bundler/erb_lint-0.7.0
build(deps-dev): update erb_lint requirement from ~> 0.6.0 to ~> 0.7.0
2 parents 32c9e2f + 9499285 commit 663669f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile.lock

Lines changed: 8 additions & 8 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.1.3.4)
10-
activesupport (= 7.1.3.4)
9+
actionview (7.1.4.1)
10+
activesupport (= 7.1.4.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.3.4)
15+
activesupport (7.1.4.1)
1616
base64
1717
bigdecimal
1818
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -33,19 +33,19 @@ GEM
3333
smart_properties
3434
bigdecimal (3.1.8)
3535
builder (3.3.0)
36-
concurrent-ruby (1.3.3)
36+
concurrent-ruby (1.3.4)
3737
connection_pool (2.4.1)
3838
crass (1.0.6)
3939
drb (2.2.1)
40-
erb_lint (0.6.0)
40+
erb_lint (0.7.0)
4141
activesupport
4242
better_html (>= 2.0.1)
4343
parser (>= 2.7.1.4)
4444
rainbow
4545
rubocop (>= 1)
4646
smart_properties
4747
erubi (1.13.0)
48-
i18n (1.14.5)
48+
i18n (1.14.6)
4949
concurrent-ruby (~> 1.0)
5050
json (2.7.2)
5151
language_server-protocol (3.17.0.3)
@@ -104,13 +104,13 @@ GEM
104104
smart_properties (1.17.0)
105105
tzinfo (2.0.6)
106106
concurrent-ruby (~> 1.0)
107-
unicode-display_width (2.5.0)
107+
unicode-display_width (2.6.0)
108108

109109
PLATFORMS
110110
ruby
111111

112112
DEPENDENCIES
113-
erb_lint (~> 0.6.0)
113+
erb_lint (~> 0.7.0)
114114
erblint-github!
115115
minitest (~> 5.25.1)
116116
mocha (~> 2.4.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.6.0"
19+
s.add_development_dependency "erb_lint", "~> 0.7.0"
2020
s.add_development_dependency "minitest", "~> 5.25.1"
2121
s.add_development_dependency "mocha", "~> 2.4.0"
2222
s.add_development_dependency "rake", "~> 13.2.1"

0 commit comments

Comments
 (0)