Skip to content

Commit cecc5b6

Browse files
Update dependency rubocop to '~> 1.84.0'
1 parent 6c61221 commit cecc5b6

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ group :development, :test do
77
gem 'rack', '~> 3.1' # for yard server
88
gem 'rackup', '~> 2.1' # for yard server
99
gem 'rbs', '~> 3.10.0'
10-
gem 'rubocop', '~> 1.81.0', require: false
10+
gem 'rubocop', '~> 1.84.0', require: false
1111
gem 'steep', '~> 1.10.0'
1212
gem 'webrick', '~> 1.9.1'
1313
gem 'yard', '~> 0.9.20' # for yard server

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ GEM
4141
hashdiff (1.2.1)
4242
i18n (1.14.7)
4343
concurrent-ruby (~> 1.0)
44-
json (2.15.2)
44+
json (2.18.1)
4545
language_server-protocol (3.17.0.5)
4646
lint_roller (1.1.0)
4747
listen (3.9.0)
@@ -52,10 +52,10 @@ GEM
5252
multipart-post (2.4.1)
5353
mutex_m (0.3.0)
5454
parallel (1.27.0)
55-
parser (3.3.10.0)
55+
parser (3.3.10.2)
5656
ast (~> 2.4.1)
5757
racc
58-
prism (1.5.2)
58+
prism (1.9.0)
5959
public_suffix (6.0.2)
6060
racc (1.8.1)
6161
rack (3.2.5)
@@ -84,20 +84,20 @@ GEM
8484
diff-lcs (>= 1.2.0, < 2.0)
8585
rspec-support (~> 3.13.0)
8686
rspec-support (3.13.6)
87-
rubocop (1.81.7)
87+
rubocop (1.84.2)
8888
json (~> 2.3)
8989
language_server-protocol (~> 3.17.0.2)
9090
lint_roller (~> 1.1.0)
9191
parallel (~> 1.10)
9292
parser (>= 3.3.0.2)
9393
rainbow (>= 2.2.2, < 4.0)
9494
regexp_parser (>= 2.9.3, < 3.0)
95-
rubocop-ast (>= 1.47.1, < 2.0)
95+
rubocop-ast (>= 1.49.0, < 2.0)
9696
ruby-progressbar (~> 1.7)
9797
unicode-display_width (>= 2.4.0, < 4.0)
98-
rubocop-ast (1.47.1)
98+
rubocop-ast (1.49.0)
9999
parser (>= 3.3.7.2)
100-
prism (~> 1.4)
100+
prism (~> 1.7)
101101
ruby-progressbar (1.13.0)
102102
securerandom (0.4.1)
103103
steep (1.10.0)
@@ -125,7 +125,7 @@ GEM
125125
concurrent-ruby (~> 1.0)
126126
unicode-display_width (3.2.0)
127127
unicode-emoji (~> 4.1)
128-
unicode-emoji (4.1.0)
128+
unicode-emoji (4.2.0)
129129
uri (1.0.3)
130130
webmock (3.26.1)
131131
addressable (>= 2.8.0)
@@ -146,7 +146,7 @@ DEPENDENCIES
146146
rake (~> 13.0)
147147
rbs (~> 3.10.0)
148148
rspec (~> 3.13.0)
149-
rubocop (~> 1.81.0)
149+
rubocop (~> 1.84.0)
150150
steep (~> 1.10.0)
151151
webmock (~> 3.26.0)
152152
webrick (~> 1.9.1)

0 commit comments

Comments
 (0)