File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,7 @@ gem 'rubocop-performance', '~> 1.25.0'
16
16
gem 'rubocop-rake' , '~> 0.7.0'
17
17
gem 'rubocop-rspec' , '~> 3.6.0'
18
18
# Ruby LSP supports Ruby 3.0+.
19
- # FIXME: This is a workaround to avoid build errors in the Ruby LSP add-on with Ruby LSP 0.24.
20
- # Once https://github.com/rubocop/rubocop-ast/pull/382 is released,
21
- # please specify `~> 0.24` instead of `~> 0.23.0`.
22
- gem 'ruby-lsp' , '~> 0.23.0' , platform : :mri if RUBY_VERSION >= '3.0'
19
+ gem 'ruby-lsp' , '~> 0.24' , platform : :mri if RUBY_VERSION >= '3.0'
23
20
gem 'simplecov' , '~> 0.20'
24
21
gem 'stackprof' , platform : :mri
25
22
gem 'test-queue'
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Gem::Specification.new do |s|
40
40
s . add_dependency ( 'parser' , '>= 3.3.0.2' )
41
41
s . add_dependency ( 'rainbow' , '>= 2.2.2' , '< 4.0' )
42
42
s . add_dependency ( 'regexp_parser' , '>= 2.9.3' , '< 3.0' )
43
- s . add_dependency ( 'rubocop-ast' , '>= 1.45.0 ' , '< 2.0' )
43
+ s . add_dependency ( 'rubocop-ast' , '>= 1.45.1 ' , '< 2.0' )
44
44
s . add_dependency ( 'ruby-progressbar' , '~> 1.7' )
45
45
s . add_dependency ( 'unicode-display_width' , '>= 2.4.0' , '< 4.0' )
46
46
end
You can’t perform that action at this time.
0 commit comments