Skip to content

Commit

Permalink
Replace implicit dependencies text to dependency compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
vinibispo committed Nov 5, 2024
1 parent 5c9731a commit 6bab252
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jekyll/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Want to discuss Ruby developer experience? Consider joining the public
- [With VS Code](#with-vs-code)
- [With other editors](#with-other-editors)
- [Composed Ruby LSP bundle](#composed-ruby-lsp-bundle)
- [Implicit Dependencies](#implicit-dependencies)
- [Dependency Compatibility](#dependency-compatibility)
- [Add-ons](#add-ons)
- [General features](#general-features)
- [Hover](#hover)
Expand Down Expand Up @@ -89,7 +89,7 @@ project's dependencies).
The Ruby LSP executable generates a composed bundle with the goal of not requiring users to add the `ruby-lsp` gem to
their Gemfiles, and at the same time being able to hook into project dependencies. [Learn more](composed-bundle).

### Implicit Dependencies
### Dependency Compatibility

The Ruby LSP can provide an enhanced experience if RuboCop is present in the project. While using it is optional, if you do choose to include RuboCop, make sure it’s version 1.4.0 or higher.

Expand Down
2 changes: 1 addition & 1 deletion lib/ruby_lsp/requests/support/rubocop_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
return
end

# Remember to update the version in the documentation (usage/implicit-dependencies section) if you change this
# Remember to update the version in the documentation (usage/dependency-compatibility section) if you change this
# Ensure that RuboCop is at least version 1.4.0
begin
gem("rubocop", ">= 1.4.0")
Expand Down

0 comments on commit 6bab252

Please sign in to comment.