Skip to content
This repository was archived by the owner on Nov 6, 2021. It is now read-only.

Commit 8286fe4

Browse files
Bump rubocop from 0.93.1 to 1.8.1
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.93.1 to 1.8.1. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v0.93.1...v1.8.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 6c6c8c7 commit 8286fe4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ GEM
240240
shellany (~> 0.0)
241241
orm_adapter (0.5.0)
242242
parallel (1.20.1)
243-
parser (2.7.2.0)
243+
parser (3.0.0.0)
244244
ast (~> 2.4.1)
245245
pdf-core (0.8.1)
246246
pg (1.2.3)
@@ -330,25 +330,25 @@ GEM
330330
rspec-mocks (~> 3.9)
331331
rspec-support (~> 3.9)
332332
rspec-support (3.9.3)
333-
rubocop (0.93.1)
333+
rubocop (1.8.1)
334334
parallel (~> 1.10)
335-
parser (>= 2.7.1.5)
335+
parser (>= 3.0.0.0)
336336
rainbow (>= 2.2.2, < 4.0)
337-
regexp_parser (>= 1.8)
337+
regexp_parser (>= 1.8, < 3.0)
338338
rexml
339-
rubocop-ast (>= 0.6.0)
339+
rubocop-ast (>= 1.2.0, < 2.0)
340340
ruby-progressbar (~> 1.7)
341-
unicode-display_width (>= 1.4.0, < 2.0)
342-
rubocop-ast (1.3.0)
341+
unicode-display_width (>= 1.4.0, < 3.0)
342+
rubocop-ast (1.4.0)
343343
parser (>= 2.7.1.5)
344344
rubocop-rails (2.9.1)
345345
activesupport (>= 4.2.0)
346346
rack (>= 1.1)
347347
rubocop (>= 0.90.0, < 2.0)
348-
rubocop-rspec (1.44.1)
349-
rubocop (~> 0.87)
350-
rubocop-ast (>= 0.7.1)
351-
ruby-progressbar (1.10.1)
348+
rubocop-rspec (2.1.0)
349+
rubocop (~> 1.0)
350+
rubocop-ast (>= 1.1.0)
351+
ruby-progressbar (1.11.0)
352352
rubyzip (2.3.0)
353353
sass-rails (6.0.0)
354354
sassc-rails (~> 2.1, >= 2.1.1)
@@ -400,7 +400,7 @@ GEM
400400
thread_safe (~> 0.1)
401401
uglifier (4.2.0)
402402
execjs (>= 0.3.0, < 3)
403-
unicode-display_width (1.7.0)
403+
unicode-display_width (2.0.0)
404404
warden (1.2.9)
405405
rack (>= 2.0.9)
406406
web-console (4.1.0)

0 commit comments

Comments
 (0)