File tree 2 files changed +12
-10
lines changed
2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ group :development do
22
22
gem 'htmlbeautifier' , require : false
23
23
gem 'pry'
24
24
gem 'rubocop' , '~> 1.72' , require : false
25
- gem 'rubocop-minitest' , '~> 0.36.0 ' , require : false
25
+ gem 'rubocop-minitest' , '~> 0.37.1 ' , require : false
26
26
gem 'rubocop-performance' , '~> 1.23' , require : false
27
- gem 'rubocop-rake' , '~> 0.6.0 ' , require : false
27
+ gem 'rubocop-rake' , '~> 0.7.1 ' , require : false
28
28
gem 'yard' , '~> 0.9.37'
29
29
end
30
30
Original file line number Diff line number Diff line change 48
48
rexml (3.4.1 )
49
49
roda (3.89.0 )
50
50
rack
51
- rubocop (1.72.1 )
51
+ rubocop (1.72.2 )
52
52
json (~> 2.3 )
53
53
language_server-protocol (~> 3.17.0.2 )
54
54
lint_roller (~> 1.1.0 )
61
61
unicode-display_width (>= 2.4.0 , < 4.0 )
62
62
rubocop-ast (1.38.0 )
63
63
parser (>= 3.3.1.0 )
64
- rubocop-minitest (0.36.0 )
65
- rubocop (>= 1.61 , < 2.0 )
66
- rubocop-ast (>= 1.31.1 , < 2.0 )
64
+ rubocop-minitest (0.37.1 )
65
+ lint_roller (~> 1.1 )
66
+ rubocop (>= 1.72.1 , < 2.0 )
67
+ rubocop-ast (>= 1.38.0 , < 2.0 )
67
68
rubocop-performance (1.24.0 )
68
69
lint_roller (~> 1.1 )
69
70
rubocop (>= 1.72.1 , < 2.0 )
70
71
rubocop-ast (>= 1.38.0 , < 2.0 )
71
- rubocop-rake (0.6.0 )
72
- rubocop (~> 1.0 )
72
+ rubocop-rake (0.7.1 )
73
+ lint_roller (~> 1.1 )
74
+ rubocop (>= 1.72.1 )
73
75
ruby-next (0.14.1 )
74
76
ruby-next-core (= 0.14.1 )
75
77
ruby-next-parser (>= 3.1.1.0 )
@@ -122,9 +124,9 @@ DEPENDENCIES
122
124
rexml (~> 3.4 )
123
125
roda (~> 3.89 )
124
126
rubocop (~> 1.72 )
125
- rubocop-minitest (~> 0.36.0 )
127
+ rubocop-minitest (~> 0.37.1 )
126
128
rubocop-performance (~> 1.23 )
127
- rubocop-rake (~> 0.6.0 )
129
+ rubocop-rake (~> 0.7.1 )
128
130
tantiny (= 0.3.3 )
129
131
thermite (~> 0.13.0 )
130
132
tilt (~> 2.6 )
You can’t perform that action at this time.
0 commit comments