Skip to content

Commit c030821

Browse files
Update dependency rubocop to '~> 1.80.0'
1 parent cf2477b commit c030821

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.79.0', require: false
10+
gem 'rubocop', '~> 1.80.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ GEM
6868
ffi (~> 1.0)
6969
rbs (3.9.4)
7070
logger
71-
regexp_parser (2.10.0)
71+
regexp_parser (2.11.2)
7272
rexml (3.4.1)
7373
rspec (3.13.1)
7474
rspec-core (~> 3.13.0)
@@ -83,7 +83,7 @@ GEM
8383
diff-lcs (>= 1.2.0, < 2.0)
8484
rspec-support (~> 3.13.0)
8585
rspec-support (3.13.4)
86-
rubocop (1.79.2)
86+
rubocop (1.80.0)
8787
json (~> 2.3)
8888
language_server-protocol (~> 3.17.0.2)
8989
lint_roller (~> 1.1.0)
@@ -121,7 +121,7 @@ GEM
121121
unicode-display_width (>= 1.1.1, < 4)
122122
tzinfo (2.0.6)
123123
concurrent-ruby (~> 1.0)
124-
unicode-display_width (3.1.4)
124+
unicode-display_width (3.1.5)
125125
unicode-emoji (~> 4.0, >= 4.0.4)
126126
unicode-emoji (4.0.4)
127127
uri (1.0.3)
@@ -144,7 +144,7 @@ DEPENDENCIES
144144
rake (~> 13.0)
145145
rbs (~> 3.9.3)
146146
rspec (~> 3.13.0)
147-
rubocop (~> 1.79.0)
147+
rubocop (~> 1.80.0)
148148
steep (~> 1.10.0)
149149
webmock (~> 3.25.0)
150150
webrick (~> 1.9.1)

0 commit comments

Comments
 (0)