File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ gemspec
8
8
gem 'rake' , '~> 13.3.0'
9
9
gem 'redcarpet' , '~> 3.6.0'
10
10
gem 'rspec' , '~> 3.13.1'
11
- gem 'rubocop' , '~> 1.79 .1'
11
+ gem 'rubocop' , '~> 1.80 .1'
12
12
gem 'rubocop-packaging' , '~> 0.6.0'
13
13
gem 'rubocop-performance' , '~> 1.25.0'
14
14
gem 'rubocop-rake' , '~> 0.7.1'
15
- gem 'rubocop-rspec' , '~> 3.6 .0'
15
+ gem 'rubocop-rspec' , '~> 3.7 .0'
16
16
gem 'rubocop-sorbet' , '~> 0.10.5'
17
17
gem 'simplecov'
18
18
gem 'simplecov-cobertura'
Original file line number Diff line number Diff line change 33
33
logger
34
34
prism (>= 1.3.0 )
35
35
redcarpet (3.6.1 )
36
- regexp_parser (2.10.0 )
36
+ regexp_parser (2.11.2 )
37
37
require-hooks (0.2.2 )
38
38
rexml (3.4.1 )
39
39
rspec (3.13.1 )
49
49
diff-lcs (>= 1.2.0 , < 2.0 )
50
50
rspec-support (~> 3.13.0 )
51
51
rspec-support (3.13.4 )
52
- rubocop (1.79 .1 )
52
+ rubocop (1.80 .1 )
53
53
json (~> 2.3 )
54
54
language_server-protocol (~> 3.17.0.2 )
55
55
lint_roller (~> 1.1.0 )
73
73
rubocop-rake (0.7.1 )
74
74
lint_roller (~> 1.1 )
75
75
rubocop (>= 1.72.1 )
76
- rubocop-rspec (3.6 .0 )
76
+ rubocop-rspec (3.7 .0 )
77
77
lint_roller (~> 1.1 )
78
78
rubocop (~> 1.72 , >= 1.72.1 )
79
79
rubocop-sorbet (0.10.5 )
117
117
thor (>= 1.2.0 )
118
118
yard-sorbet
119
119
thor (1.4.0 )
120
- unicode-display_width (3.1.4 )
120
+ unicode-display_width (3.1.5 )
121
121
unicode-emoji (~> 4.0 , >= 4.0.4 )
122
122
unicode-emoji (4.0.4 )
123
123
yard (0.9.37 )
@@ -133,11 +133,11 @@ DEPENDENCIES
133
133
rake (~> 13.3.0 )
134
134
redcarpet (~> 3.6.0 )
135
135
rspec (~> 3.13.1 )
136
- rubocop (~> 1.79 .1 )
136
+ rubocop (~> 1.80 .1 )
137
137
rubocop-packaging (~> 0.6.0 )
138
138
rubocop-performance (~> 1.25.0 )
139
139
rubocop-rake (~> 0.7.1 )
140
- rubocop-rspec (~> 3.6 .0 )
140
+ rubocop-rspec (~> 3.7 .0 )
141
141
rubocop-sorbet (~> 0.10.5 )
142
142
simplecov
143
143
simplecov-cobertura
You can’t perform that action at this time.
0 commit comments