We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2f70a8 + 22f1b4d commit 802b316Copy full SHA for 802b316
Gemfile.lock
@@ -10,16 +10,18 @@ GEM
10
ast (~> 2.4.0)
11
rainbow (3.0.0)
12
rake (12.3.2)
13
- rubocop (0.68.1)
+ rubocop (0.69.0)
14
jaro_winkler (~> 1.5.1)
15
parallel (~> 1.10)
16
- parser (>= 2.5, != 2.5.1.1)
+ parser (>= 2.6)
17
rainbow (>= 2.2.2, < 4.0)
18
ruby-progressbar (~> 1.7)
19
- unicode-display_width (>= 1.4.0, < 1.6)
+ unicode-display_width (>= 1.4.0, < 1.7)
20
+ rubocop-performance (1.3.0)
21
+ rubocop (>= 0.68.0)
22
ruby-progressbar (1.10.0)
23
safe_yaml (1.0.5)
- unicode-display_width (1.5.0)
24
+ unicode-display_width (1.6.0)
25
26
PLATFORMS
27
ruby
@@ -29,6 +31,7 @@ DEPENDENCIES
29
31
minitest
30
32
rake
33
rubocop
34
+ rubocop-performance
35
safe_yaml
36
37
BUNDLED WITH
0 commit comments