Skip to content

Commit 802b316

Browse files
authored
Merge branch 'master' into open-source-software
2 parents b2f70a8 + 22f1b4d commit 802b316

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Gemfile.lock

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,18 @@ GEM
1010
ast (~> 2.4.0)
1111
rainbow (3.0.0)
1212
rake (12.3.2)
13-
rubocop (0.68.1)
13+
rubocop (0.69.0)
1414
jaro_winkler (~> 1.5.1)
1515
parallel (~> 1.10)
16-
parser (>= 2.5, != 2.5.1.1)
16+
parser (>= 2.6)
1717
rainbow (>= 2.2.2, < 4.0)
1818
ruby-progressbar (~> 1.7)
19-
unicode-display_width (>= 1.4.0, < 1.6)
19+
unicode-display_width (>= 1.4.0, < 1.7)
20+
rubocop-performance (1.3.0)
21+
rubocop (>= 0.68.0)
2022
ruby-progressbar (1.10.0)
2123
safe_yaml (1.0.5)
22-
unicode-display_width (1.5.0)
24+
unicode-display_width (1.6.0)
2325

2426
PLATFORMS
2527
ruby
@@ -29,6 +31,7 @@ DEPENDENCIES
2931
minitest
3032
rake
3133
rubocop
34+
rubocop-performance
3235
safe_yaml
3336

3437
BUNDLED WITH

0 commit comments

Comments
 (0)