This repository was archived by the owner on Nov 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ source 'https://rubygems.org'
44
55gem 'bundler-audit' , '~> 0.9' , require : false
66gem 'rake' , '>= 12.3.3' , require : false
7- gem 'rubocop' , '~> 1.69 ' , require : false
7+ gem 'rubocop' , '~> 1.71 ' , require : false
88gem 'rubocop-rake' , '~> 0.6' , require : false
Original file line number Diff line number Diff line change 66 bundler (>= 1.2.0 , < 3 )
77 thor (~> 1.0 )
88 json (2.9.1 )
9- language_server-protocol (3.17.0.3 )
9+ language_server-protocol (3.17.0.4 )
1010 parallel (1.26.3 )
11- parser (3.3.6 .0 )
11+ parser (3.3.7 .0 )
1212 ast (~> 2.4.1 )
1313 racc
1414 racc (1.8.1 )
1515 rainbow (3.1.1 )
1616 rake (13.2.1 )
1717 regexp_parser (2.10.0 )
18- rubocop (1.69.2 )
18+ rubocop (1.71.1 )
1919 json (~> 2.3 )
2020 language_server-protocol (>= 3.17.0 )
2121 parallel (~> 1.10 )
2222 parser (>= 3.3.0.2 )
2323 rainbow (>= 2.2.2 , < 4.0 )
2424 regexp_parser (>= 2.9.3 , < 3.0 )
25- rubocop-ast (>= 1.36.2 , < 2.0 )
25+ rubocop-ast (>= 1.38.0 , < 2.0 )
2626 ruby-progressbar (~> 1.7 )
2727 unicode-display_width (>= 2.4.0 , < 4.0 )
28- rubocop-ast (1.37 .0 )
28+ rubocop-ast (1.38 .0 )
2929 parser (>= 3.3.1.0 )
3030 rubocop-rake (0.6.0 )
3131 rubocop (~> 1.0 )
3232 ruby-progressbar (1.13.0 )
3333 thor (1.3.2 )
34- unicode-display_width (3.1.3 )
34+ unicode-display_width (3.1.4 )
3535 unicode-emoji (~> 4.0 , >= 4.0.4 )
3636 unicode-emoji (4.0.4 )
3737
@@ -42,7 +42,7 @@ PLATFORMS
4242DEPENDENCIES
4343 bundler-audit (~> 0.9 )
4444 rake (>= 12.3.3 )
45- rubocop (~> 1.69 )
45+ rubocop (~> 1.71 )
4646 rubocop-rake (~> 0.6 )
4747
4848BUNDLED WITH
You can’t perform that action at this time.
0 commit comments