Skip to content

Commit 8bac78e

Browse files
Merge pull request #85 from Shopify/dependabot/bundler/ruby-lsp-0.6.1
Update ruby-lsp requirement from ~> 0.5.1 to >= 0.5.1, < 0.7.0
2 parents ea352fd + 774572a commit 8bac78e

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
ruby-lsp-rails (0.1.0)
55
rails (>= 6.0)
6-
ruby-lsp (~> 0.5.1)
6+
ruby-lsp (>= 0.5.1, < 0.7.0)
77
sorbet-runtime (>= 0.5.9897)
88

99
GEM
@@ -195,7 +195,7 @@ GEM
195195
rubocop (~> 1.51)
196196
rubocop-sorbet (0.7.0)
197197
rubocop (>= 0.90.0)
198-
ruby-lsp (0.5.1)
198+
ruby-lsp (0.6.1)
199199
language_server-protocol (~> 3.17.0)
200200
sorbet-runtime
201201
syntax_tree (>= 6.1.1, < 7)

Rakefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ RDoc::Task.new do |rdoc|
2727
rdoc.options.push("--copy-files", "LICENSE.txt")
2828
end
2929

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+
)
3134

3235
task default: :test

ruby-lsp-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Gem::Specification.new do |spec|
2222
end
2323

2424
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")
2626
spec.add_dependency("sorbet-runtime", ">= 0.5.9897")
2727
end

0 commit comments

Comments
 (0)