Skip to content

Commit 71080b2

Browse files
Bump erb_lint from 0.4.0 to 0.5.0 in /backend (#694)
Bumps [erb_lint](https://github.com/Shopify/erb-lint) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/Shopify/erb-lint/releases) - [Commits](Shopify/erb_lint@v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: erb_lint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d184126 commit 71080b2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

backend/Gemfile.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ GEM
148148
dotenv-rails (2.8.1)
149149
dotenv (= 2.8.1)
150150
railties (>= 3.2)
151-
erb_lint (0.4.0)
151+
erb_lint (0.5.0)
152152
activesupport
153153
better_html (>= 2.0.1)
154154
parser (>= 2.7.1.4)
@@ -201,8 +201,8 @@ GEM
201201
i18n (1.14.1)
202202
concurrent-ruby (~> 1.0)
203203
i18n_data (0.13.0)
204-
json (2.6.3)
205-
json (2.6.3-java)
204+
json (2.7.1)
205+
json (2.7.1-java)
206206
jwt (2.3.0)
207207
kaminari-actionview (1.2.1)
208208
actionview
@@ -290,8 +290,8 @@ GEM
290290
oauth2 (~> 1.1)
291291
omniauth (~> 1.2)
292292
orm_adapter (0.5.0)
293-
parallel (1.23.0)
294-
parser (3.2.2.3)
293+
parallel (1.24.0)
294+
parser (3.2.2.4)
295295
ast (~> 2.4.1)
296296
racc
297297
pg (1.2.3)
@@ -366,7 +366,7 @@ GEM
366366
rainbow (3.1.1)
367367
rake (13.0.6)
368368
redis (4.8.1)
369-
regexp_parser (2.8.1)
369+
regexp_parser (2.8.3)
370370
request_store (1.5.0)
371371
rack (>= 1.4)
372372
require_all (3.0.0)
@@ -402,7 +402,7 @@ GEM
402402
rubocop-ast (>= 1.28.0, < 2.0)
403403
ruby-progressbar (~> 1.7)
404404
unicode-display_width (>= 2.4.0, < 3.0)
405-
rubocop-ast (1.29.0)
405+
rubocop-ast (1.30.0)
406406
parser (>= 3.2.1.0)
407407
rubocop-performance (1.18.0)
408408
rubocop (>= 1.7.0, < 2.0)
@@ -459,7 +459,7 @@ GEM
459459
concurrent-ruby (~> 1.0)
460460
tzinfo-data (1.2021.3)
461461
tzinfo (>= 1.0.0)
462-
unicode-display_width (2.4.2)
462+
unicode-display_width (2.5.0)
463463
uniform_notifier (1.16.0)
464464
vcr (6.2.0)
465465
warden (1.2.9)

0 commit comments

Comments
 (0)