File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ group :development, :test do
7
7
gem 'rack' , '~> 3.1' # for yard server
8
8
gem 'rackup' , '~> 2.1' # for yard server
9
9
gem 'rbs' , '~> 3.9.3'
10
- gem 'rubocop' , '~> 1.79 .0' , require : false
10
+ gem 'rubocop' , '~> 1.80 .0' , require : false
11
11
gem 'steep' , '~> 1.10.0'
12
12
gem 'webrick' , '~> 1.9.1'
13
13
gem 'yard' , '~> 0.9.20' # for yard server
Original file line number Diff line number Diff line change 68
68
ffi (~> 1.0 )
69
69
rbs (3.9.4 )
70
70
logger
71
- regexp_parser (2.10.0 )
71
+ regexp_parser (2.11.2 )
72
72
rexml (3.4.1 )
73
73
rspec (3.13.1 )
74
74
rspec-core (~> 3.13.0 )
83
83
diff-lcs (>= 1.2.0 , < 2.0 )
84
84
rspec-support (~> 3.13.0 )
85
85
rspec-support (3.13.4 )
86
- rubocop (1.79.2 )
86
+ rubocop (1.80.0 )
87
87
json (~> 2.3 )
88
88
language_server-protocol (~> 3.17.0.2 )
89
89
lint_roller (~> 1.1.0 )
121
121
unicode-display_width (>= 1.1.1 , < 4 )
122
122
tzinfo (2.0.6 )
123
123
concurrent-ruby (~> 1.0 )
124
- unicode-display_width (3.1.4 )
124
+ unicode-display_width (3.1.5 )
125
125
unicode-emoji (~> 4.0 , >= 4.0.4 )
126
126
unicode-emoji (4.0.4 )
127
127
uri (1.0.3 )
@@ -144,7 +144,7 @@ DEPENDENCIES
144
144
rake (~> 13.0 )
145
145
rbs (~> 3.9.3 )
146
146
rspec (~> 3.13.0 )
147
- rubocop (~> 1.79 .0 )
147
+ rubocop (~> 1.80 .0 )
148
148
steep (~> 1.10.0 )
149
149
webmock (~> 3.25.0 )
150
150
webrick (~> 1.9.1 )
You can’t perform that action at this time.
0 commit comments