File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 3
3
specs:
4
4
ruby-lsp-rails (0.1.0 )
5
5
rails (>= 6.0 )
6
- ruby-lsp (~> 0.5.1 )
6
+ ruby-lsp (>= 0.5.1 , < 0.7.0 )
7
7
sorbet-runtime (>= 0.5.9897 )
8
8
9
9
GEM
195
195
rubocop (~> 1.51 )
196
196
rubocop-sorbet (0.7.0 )
197
197
rubocop (>= 0.90.0 )
198
- ruby-lsp (0.5 .1 )
198
+ ruby-lsp (0.6 .1 )
199
199
language_server-protocol (~> 3.17.0 )
200
200
sorbet-runtime
201
201
syntax_tree (>= 6.1.1 , < 7 )
Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ RDoc::Task.new do |rdoc|
27
27
rdoc . options . push ( "--copy-files" , "LICENSE.txt" )
28
28
end
29
29
30
- RubyLsp ::CheckDocs . new ( FileList [ "#{ __dir__ } /lib/ruby_lsp/ruby_lsp_rails/**/*.rb" ] )
30
+ RubyLsp ::CheckDocs . new (
31
+ FileList [ "#{ __dir__ } /lib/ruby_lsp/ruby_lsp_rails/**/*.rb" ] ,
32
+ FileList [ "#{ __dir__ } /**/*.gif" ] ,
33
+ )
31
34
32
35
task default : :test
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ Gem::Specification.new do |spec|
22
22
end
23
23
24
24
spec . add_dependency ( "rails" , ">= 6.0" )
25
- spec . add_dependency ( "ruby-lsp" , "~> 0.5.1" )
25
+ spec . add_dependency ( "ruby-lsp" , ">= 0.5.1" , "< 0.7.0 ")
26
26
spec . add_dependency ( "sorbet-runtime" , ">= 0.5.9897" )
27
27
end
You can’t perform that action at this time.
0 commit comments