Skip to content

Commit 1fe87ee

Browse files
Update dependency rubocop to '~> 1.85.0'
1 parent 6c61221 commit 1fe87ee

2 files changed

Lines changed: 15 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.85.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: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,25 @@ 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)
45+
json-schema (4.3.1)
46+
addressable (>= 2.8)
4547
language_server-protocol (3.17.0.5)
4648
lint_roller (1.1.0)
4749
listen (3.9.0)
4850
rb-fsevent (~> 0.10, >= 0.10.3)
4951
rb-inotify (~> 0.9, >= 0.9.10)
5052
logger (1.7.0)
53+
mcp (0.8.0)
54+
json-schema (>= 4.1)
5155
minitest (5.25.5)
5256
multipart-post (2.4.1)
5357
mutex_m (0.3.0)
5458
parallel (1.27.0)
55-
parser (3.3.10.0)
59+
parser (3.3.10.2)
5660
ast (~> 2.4.1)
5761
racc
58-
prism (1.5.2)
62+
prism (1.9.0)
5963
public_suffix (6.0.2)
6064
racc (1.8.1)
6165
rack (3.2.5)
@@ -84,20 +88,21 @@ GEM
8488
diff-lcs (>= 1.2.0, < 2.0)
8589
rspec-support (~> 3.13.0)
8690
rspec-support (3.13.6)
87-
rubocop (1.81.7)
91+
rubocop (1.85.1)
8892
json (~> 2.3)
8993
language_server-protocol (~> 3.17.0.2)
9094
lint_roller (~> 1.1.0)
95+
mcp (~> 0.6)
9196
parallel (~> 1.10)
9297
parser (>= 3.3.0.2)
9398
rainbow (>= 2.2.2, < 4.0)
9499
regexp_parser (>= 2.9.3, < 3.0)
95-
rubocop-ast (>= 1.47.1, < 2.0)
100+
rubocop-ast (>= 1.49.0, < 2.0)
96101
ruby-progressbar (~> 1.7)
97102
unicode-display_width (>= 2.4.0, < 4.0)
98-
rubocop-ast (1.47.1)
103+
rubocop-ast (1.49.0)
99104
parser (>= 3.3.7.2)
100-
prism (~> 1.4)
105+
prism (~> 1.7)
101106
ruby-progressbar (1.13.0)
102107
securerandom (0.4.1)
103108
steep (1.10.0)
@@ -125,7 +130,7 @@ GEM
125130
concurrent-ruby (~> 1.0)
126131
unicode-display_width (3.2.0)
127132
unicode-emoji (~> 4.1)
128-
unicode-emoji (4.1.0)
133+
unicode-emoji (4.2.0)
129134
uri (1.0.3)
130135
webmock (3.26.1)
131136
addressable (>= 2.8.0)
@@ -146,7 +151,7 @@ DEPENDENCIES
146151
rake (~> 13.0)
147152
rbs (~> 3.10.0)
148153
rspec (~> 3.13.0)
149-
rubocop (~> 1.81.0)
154+
rubocop (~> 1.85.0)
150155
steep (~> 1.10.0)
151156
webmock (~> 3.26.0)
152157
webrick (~> 1.9.1)

0 commit comments

Comments
 (0)