File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ source "https://rubygems.org"
5
5
gem "rake"
6
6
gem "rspec"
7
7
gem "rubocop" , require : false
8
- gem "standardrb "
8
+ gem "standard" , ">= 1.35.1 "
9
9
gem "yaml"
Original file line number Diff line number Diff line change 27
27
diff-lcs (>= 1.2.0 , < 2.0 )
28
28
rspec-support (~> 3.13.0 )
29
29
rspec-support (3.13.2 )
30
- rubocop (1.71 .0 )
30
+ rubocop (1.70 .0 )
31
31
json (~> 2.3 )
32
32
language_server-protocol (>= 3.17.0 )
33
33
parallel (~> 1.10 )
43
43
rubocop (>= 1.48.1 , < 2.0 )
44
44
rubocop-ast (>= 1.31.1 , < 2.0 )
45
45
ruby-progressbar (1.13.0 )
46
- standard (1.35.0.1 )
46
+ standard (1.44.0 )
47
47
language_server-protocol (~> 3.17.0.2 )
48
48
lint_roller (~> 1.0 )
49
- rubocop (~> 1.62 )
49
+ rubocop (~> 1.70.0 )
50
50
standard-custom (~> 1.0.0 )
51
- standard-performance (~> 1.3 )
51
+ standard-performance (~> 1.6 )
52
52
standard-custom (1.0.2 )
53
53
lint_roller (~> 1.0 )
54
54
rubocop (~> 1.50 )
55
55
standard-performance (1.6.0 )
56
56
lint_roller (~> 1.1 )
57
57
rubocop-performance (~> 1.23.0 )
58
- standardrb (1.0.1 )
59
- standard
60
58
unicode-display_width (3.1.4 )
61
59
unicode-emoji (~> 4.0 , >= 4.0.4 )
62
60
unicode-emoji (4.0.4 )
@@ -69,7 +67,7 @@ DEPENDENCIES
69
67
rake
70
68
rspec
71
69
rubocop
72
- standardrb
70
+ standard ( >= 1.35.1 )
73
71
yaml
74
72
75
73
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments