Skip to content

Commit db87c45

Browse files
chore(deps): update rubocop-tools
1 parent 08c0961 commit db87c45

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ group :development do
1111
gem 'mdl', '~>0.13.0'
1212
gem 'rake', '~>13.3'
1313
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'
1616
end
1717

1818
group :test do

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ GEM
147147
io-endpoint (0.15.2)
148148
io-event (1.12.1)
149149
io-stream (0.10.0)
150-
json (2.13.2)
150+
json (2.15.0)
151151
kramdown (2.5.1)
152152
rexml (>= 3.3.9)
153153
kramdown-parser-gfm (1.1.0)
@@ -186,7 +186,7 @@ GEM
186186
parser (3.3.9.0)
187187
ast (~> 2.4.1)
188188
racc
189-
prism (1.4.0)
189+
prism (1.5.1)
190190
process_executer (4.0.0)
191191
track_open_instances (~> 0.1)
192192
protocol-hpack (1.5.1)
@@ -207,7 +207,7 @@ GEM
207207
parser (~> 3.3.0)
208208
rainbow (>= 2.0, < 4.0)
209209
rexml (~> 3.1)
210-
regexp_parser (2.11.0)
210+
regexp_parser (2.11.3)
211211
rest-client (2.1.0)
212212
http-accept (>= 1.7.0, < 2.0)
213213
http-cookie (>= 1.0.2, < 2.0)
@@ -231,21 +231,21 @@ GEM
231231
rspec-rerun (1.1.0)
232232
rspec (~> 3.0)
233233
rspec-support (3.13.4)
234-
rubocop (1.79.2)
234+
rubocop (1.81.0)
235235
json (~> 2.3)
236236
language_server-protocol (~> 3.17.0.2)
237237
lint_roller (~> 1.1.0)
238238
parallel (~> 1.10)
239239
parser (>= 3.3.0.2)
240240
rainbow (>= 2.2.2, < 4.0)
241241
regexp_parser (>= 2.9.3, < 3.0)
242-
rubocop-ast (>= 1.46.0, < 2.0)
242+
rubocop-ast (>= 1.47.1, < 2.0)
243243
ruby-progressbar (~> 1.7)
244244
unicode-display_width (>= 2.4.0, < 4.0)
245-
rubocop-ast (1.46.0)
245+
rubocop-ast (1.47.1)
246246
parser (>= 3.3.7.2)
247247
prism (~> 1.4)
248-
rubocop-rspec (3.6.0)
248+
rubocop-rspec (3.7.0)
249249
lint_roller (~> 1.1)
250250
rubocop (~> 1.72, >= 1.72.1)
251251
ruby-progressbar (1.13.0)
@@ -266,9 +266,9 @@ GEM
266266
track_open_instances (0.1.15)
267267
tzinfo (2.0.6)
268268
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)
272272
uri (1.0.3)
273273
zeitwerk (2.7.3)
274274

@@ -288,8 +288,8 @@ DEPENDENCIES
288288
rhcl (~> 0.1.0)
289289
rspec (~> 3.13.1)
290290
rspec-rerun
291-
rubocop (~> 1.79.2)
292-
rubocop-rspec (~> 3.6)
291+
rubocop (~> 1.81.0)
292+
rubocop-rspec (~> 3.7)
293293
simplecov (~> 0.22.0)
294294

295295
RUBY VERSION

0 commit comments

Comments
 (0)