File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
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.81.0 '
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 147
147
io-endpoint (0.15.2 )
148
148
io-event (1.12.1 )
149
149
io-stream (0.10.0 )
150
- json (2.13.2 )
150
+ json (2.15.0 )
151
151
kramdown (2.5.1 )
152
152
rexml (>= 3.3.9 )
153
153
kramdown-parser-gfm (1.1.0 )
186
186
parser (3.3.9.0 )
187
187
ast (~> 2.4.1 )
188
188
racc
189
- prism (1.4.0 )
189
+ prism (1.5.1 )
190
190
process_executer (4.0.0 )
191
191
track_open_instances (~> 0.1 )
192
192
protocol-hpack (1.5.1 )
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.3 )
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,21 +231,21 @@ GEM
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.81.0 )
235
235
json (~> 2.3 )
236
236
language_server-protocol (~> 3.17.0.2 )
237
237
lint_roller (~> 1.1.0 )
238
238
parallel (~> 1.10 )
239
239
parser (>= 3.3.0.2 )
240
240
rainbow (>= 2.2.2 , < 4.0 )
241
241
regexp_parser (>= 2.9.3 , < 3.0 )
242
- rubocop-ast (>= 1.46.0 , < 2.0 )
242
+ rubocop-ast (>= 1.47.1 , < 2.0 )
243
243
ruby-progressbar (~> 1.7 )
244
244
unicode-display_width (>= 2.4.0 , < 4.0 )
245
- rubocop-ast (1.46.0 )
245
+ rubocop-ast (1.47.1 )
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 )
270
- unicode-emoji (~> 4.0 , >= 4.0.4 )
271
- unicode-emoji (4.0.4 )
269
+ unicode-display_width (3.2.0 )
270
+ unicode-emoji (~> 4.1 )
271
+ unicode-emoji (4.1.0 )
272
272
uri (1.0.3 )
273
273
zeitwerk (2.7.3 )
274
274
@@ -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.81.0 )
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