File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff 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.80 .0' , require : false
10+ gem 'rubocop' , '~> 1.81 .0' , require : false
1111 gem 'steep' , '~> 1.10.0'
1212 gem 'webrick' , '~> 1.9.1'
1313 gem 'yard' , '~> 0.9.20' # for yard server
Original file line number Diff line number Diff line change 4141 hashdiff (1.1.2 )
4242 i18n (1.14.7 )
4343 concurrent-ruby (~> 1.0 )
44- json (2.13.2 )
44+ json (2.15.0 )
4545 language_server-protocol (3.17.0.5 )
4646 lint_roller (1.1.0 )
4747 listen (3.9.0 )
5555 parser (3.3.9.0 )
5656 ast (~> 2.4.1 )
5757 racc
58- prism (1.4.0 )
58+ prism (1.5.1 )
5959 public_suffix (6.0.1 )
6060 racc (1.8.1 )
6161 rack (3.2.1 )
6868 ffi (~> 1.0 )
6969 rbs (3.9.5 )
7070 logger
71- regexp_parser (2.11.2 )
71+ regexp_parser (2.11.3 )
7272 rexml (3.4.1 )
7373 rspec (3.13.1 )
7474 rspec-core (~> 3.13.0 )
8383 diff-lcs (>= 1.2.0 , < 2.0 )
8484 rspec-support (~> 3.13.0 )
8585 rspec-support (3.13.4 )
86- rubocop (1.80.2 )
86+ rubocop (1.81.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.46.0 , < 2.0 )
94+ rubocop-ast (>= 1.47.1 , < 2.0 )
9595 ruby-progressbar (~> 1.7 )
9696 unicode-display_width (>= 2.4.0 , < 4.0 )
97- rubocop-ast (1.46.0 )
97+ rubocop-ast (1.47.1 )
9898 parser (>= 3.3.7.2 )
9999 prism (~> 1.4 )
100100 ruby-progressbar (1.13.0 )
121121 unicode-display_width (>= 1.1.1 , < 4 )
122122 tzinfo (2.0.6 )
123123 concurrent-ruby (~> 1.0 )
124- unicode-display_width (3.1.5 )
125- unicode-emoji (~> 4.0 , >= 4.0.4 )
126- unicode-emoji (4.0.4 )
124+ unicode-display_width (3.2.0 )
125+ unicode-emoji (~> 4.1 )
126+ unicode-emoji (4.1.0 )
127127 uri (1.0.3 )
128128 webmock (3.25.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.80 .0 )
147+ rubocop (~> 1.81 .0 )
148148 steep (~> 1.10.0 )
149149 webmock (~> 3.25.0 )
150150 webrick (~> 1.9.1 )
You can’t perform that action at this time.
0 commit comments