Skip to content

Commit c4bdb4d

Browse files
Update dependency rubocop to v1.78.0
1 parent 8477ce0 commit c4bdb4d

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Gemfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ gem 'minitest', '~>5.23', require: false
99
gem 'rake', '~>13.2', require: false
1010
gem 'rdoc', '~>6.7', require: false
1111
gem 'rubocop', '~>1.52', require: false
12-
gem 'rubocop-minitest', '~>0.38', require: false
13-
gem 'rubocop-performance', '~>1.25', require: false
14-
gem 'rubocop-rake', '~>0.7', require: false
12+
gem 'rubocop-minitest', '>0', require: false
13+
gem 'rubocop-performance', '>0', require: false
14+
gem 'rubocop-rake', '>0', require: false
15+
gem 'rubocop-rspec', '>0', require: false
1516
gem 'simplecov', '~>0.22', require: false

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ GEM
4141
ffi (1.17.2-arm64-darwin)
4242
ffi (1.17.2-x64-mingw-ucrt)
4343
ffi (1.17.2-x86_64-linux-gnu)
44-
json (2.12.0)
44+
json (2.12.2)
4545
language_server-protocol (3.17.0.5)
4646
lint_roller (1.1.0)
4747
mini_mime (1.1.5)
@@ -61,18 +61,18 @@ GEM
6161
rdoc (6.13.1)
6262
psych (>= 4.0.0)
6363
regexp_parser (2.10.0)
64-
rubocop (1.75.5)
64+
rubocop (1.78.0)
6565
json (~> 2.3)
6666
language_server-protocol (~> 3.17.0.2)
6767
lint_roller (~> 1.1.0)
6868
parallel (~> 1.10)
6969
parser (>= 3.3.0.2)
7070
rainbow (>= 2.2.2, < 4.0)
7171
regexp_parser (>= 2.9.3, < 3.0)
72-
rubocop-ast (>= 1.44.0, < 2.0)
72+
rubocop-ast (>= 1.45.1, < 2.0)
7373
ruby-progressbar (~> 1.7)
7474
unicode-display_width (>= 2.4.0, < 4.0)
75-
rubocop-ast (1.44.1)
75+
rubocop-ast (1.45.1)
7676
parser (>= 3.3.7.2)
7777
prism (~> 1.4)
7878
rubocop-minitest (0.38.0)

0 commit comments

Comments
 (0)