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 @@ -11,8 +11,8 @@ group :development do
11
11
gem 'mdl' , '~>0.13.0'
12
12
gem 'rake' , '~>13.3'
13
13
gem 'reek' , '~> 6.5.0'
14
- gem 'rubocop' , '~> 1.79.2 '
15
- gem 'rubocop-rspec' , '~> 3.6 '
14
+ gem 'rubocop' , '~> 1.80.1 '
15
+ gem 'rubocop-rspec' , '~> 3.7 '
16
16
end
17
17
18
18
group :test do
Original file line number Diff line number Diff line change 207
207
parser (~> 3.3.0 )
208
208
rainbow (>= 2.0 , < 4.0 )
209
209
rexml (~> 3.1 )
210
- regexp_parser (2.11.0 )
210
+ regexp_parser (2.11.2 )
211
211
rest-client (2.1.0 )
212
212
http-accept (>= 1.7.0 , < 2.0 )
213
213
http-cookie (>= 1.0.2 , < 2.0 )
231
231
rspec-rerun (1.1.0 )
232
232
rspec (~> 3.0 )
233
233
rspec-support (3.13.4 )
234
- rubocop (1.79.2 )
234
+ rubocop (1.80.1 )
235
235
json (~> 2.3 )
236
236
language_server-protocol (~> 3.17.0.2 )
237
237
lint_roller (~> 1.1.0 )
245
245
rubocop-ast (1.46.0 )
246
246
parser (>= 3.3.7.2 )
247
247
prism (~> 1.4 )
248
- rubocop-rspec (3.6 .0 )
248
+ rubocop-rspec (3.7 .0 )
249
249
lint_roller (~> 1.1 )
250
250
rubocop (~> 1.72 , >= 1.72.1 )
251
251
ruby-progressbar (1.13.0 )
266
266
track_open_instances (0.1.15 )
267
267
tzinfo (2.0.6 )
268
268
concurrent-ruby (~> 1.0 )
269
- unicode-display_width (3.1.4 )
269
+ unicode-display_width (3.1.5 )
270
270
unicode-emoji (~> 4.0 , >= 4.0.4 )
271
271
unicode-emoji (4.0.4 )
272
272
uri (1.0.3 )
@@ -288,8 +288,8 @@ DEPENDENCIES
288
288
rhcl (~> 0.1.0 )
289
289
rspec (~> 3.13.1 )
290
290
rspec-rerun
291
- rubocop (~> 1.79.2 )
292
- rubocop-rspec (~> 3.6 )
291
+ rubocop (~> 1.80.1 )
292
+ rubocop-rspec (~> 3.7 )
293
293
simplecov (~> 0.22.0 )
294
294
295
295
RUBY VERSION
You can’t perform that action at this time.
0 commit comments