Skip to content

Commit 48ff9f1

Browse files
build(deps-dev): update erb_lint requirement from ~> 0.8.0 to ~> 0.9.0
Updates the requirements on [erb_lint](https://github.com/Shopify/erb-lint) to permit the latest version. - [Release notes](https://github.com/Shopify/erb-lint/releases) - [Commits](Shopify/erb_lint@v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: erb_lint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2054735 commit 48ff9f1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@ GEM
3737
smart_properties
3838
bigdecimal (3.1.9)
3939
builder (3.3.0)
40-
concurrent-ruby (1.3.4)
40+
concurrent-ruby (1.3.5)
4141
connection_pool (2.5.0)
4242
crass (1.0.6)
4343
drb (2.2.1)
44-
erb_lint (0.8.0)
44+
erb_lint (0.9.0)
4545
activesupport
4646
better_html (>= 2.0.1)
4747
parser (>= 2.7.1.4)
4848
rainbow
4949
rubocop (>= 1)
5050
smart_properties
5151
erubi (1.13.1)
52-
i18n (1.14.6)
52+
i18n (1.14.7)
5353
concurrent-ruby (~> 1.0)
5454
json (2.9.1)
5555
language_server-protocol (3.17.0.3)
@@ -66,7 +66,7 @@ GEM
6666
mini_portile2 (~> 2.8.2)
6767
racc (~> 1.4)
6868
parallel (1.26.3)
69-
parser (3.3.6.0)
69+
parser (3.3.7.0)
7070
ast (~> 2.4.1)
7171
racc
7272
racc (1.8.1)
@@ -110,15 +110,15 @@ GEM
110110
smart_properties (1.17.0)
111111
tzinfo (2.0.6)
112112
concurrent-ruby (~> 1.0)
113-
unicode-display_width (3.1.3)
113+
unicode-display_width (3.1.4)
114114
unicode-emoji (~> 4.0, >= 4.0.4)
115115
unicode-emoji (4.0.4)
116116

117117
PLATFORMS
118118
ruby
119119

120120
DEPENDENCIES
121-
erb_lint (~> 0.8.0)
121+
erb_lint (~> 0.9.0)
122122
erblint-github!
123123
minitest (~> 5.25.1)
124124
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.8.0"
19+
s.add_development_dependency "erb_lint", "~> 0.9.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)