Skip to content

Commit 2c8423e

Browse files
Update dependency rubocop to '~> 1.82.0'
1 parent 0012420 commit 2c8423e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

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.9.3'
10-
gem 'rubocop', '~> 1.81.0', require: false
10+
gem 'rubocop', '~> 1.82.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: 8 additions & 8 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.0)
4545
language_server-protocol (3.17.0.5)
4646
lint_roller (1.1.0)
4747
listen (3.9.0)
@@ -55,7 +55,7 @@ GEM
5555
parser (3.3.10.0)
5656
ast (~> 2.4.1)
5757
racc
58-
prism (1.5.2)
58+
prism (1.7.0)
5959
public_suffix (6.0.2)
6060
racc (1.8.1)
6161
rack (3.2.4)
@@ -83,20 +83,20 @@ GEM
8383
diff-lcs (>= 1.2.0, < 2.0)
8484
rspec-support (~> 3.13.0)
8585
rspec-support (3.13.6)
86-
rubocop (1.81.7)
86+
rubocop (1.82.1)
8787
json (~> 2.3)
8888
language_server-protocol (~> 3.17.0.2)
8989
lint_roller (~> 1.1.0)
9090
parallel (~> 1.10)
9191
parser (>= 3.3.0.2)
9292
rainbow (>= 2.2.2, < 4.0)
9393
regexp_parser (>= 2.9.3, < 3.0)
94-
rubocop-ast (>= 1.47.1, < 2.0)
94+
rubocop-ast (>= 1.48.0, < 2.0)
9595
ruby-progressbar (~> 1.7)
9696
unicode-display_width (>= 2.4.0, < 4.0)
97-
rubocop-ast (1.47.1)
97+
rubocop-ast (1.49.0)
9898
parser (>= 3.3.7.2)
99-
prism (~> 1.4)
99+
prism (~> 1.7)
100100
ruby-progressbar (1.13.0)
101101
securerandom (0.4.1)
102102
steep (1.10.0)
@@ -123,7 +123,7 @@ GEM
123123
concurrent-ruby (~> 1.0)
124124
unicode-display_width (3.2.0)
125125
unicode-emoji (~> 4.1)
126-
unicode-emoji (4.1.0)
126+
unicode-emoji (4.2.0)
127127
uri (1.0.3)
128128
webmock (3.26.1)
129129
addressable (>= 2.8.0)
@@ -144,7 +144,7 @@ DEPENDENCIES
144144
rake (~> 13.0)
145145
rbs (~> 3.9.3)
146146
rspec (~> 3.13.0)
147-
rubocop (~> 1.81.0)
147+
rubocop (~> 1.82.0)
148148
steep (~> 1.10.0)
149149
webmock (~> 3.26.0)
150150
webrick (~> 1.9.1)

0 commit comments

Comments
 (0)