Skip to content

Commit 37d4ed3

Browse files
st0012vinistock
andauthored
Update lib/ruby_lsp/setup_bundler.rb
Co-authored-by: Vinicius Stock <vinistock@users.noreply.github.com>
1 parent c2bdd40 commit 37d4ed3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ruby_lsp/setup_bundler.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def stdout
3434
# Gems that should be kept up to date in the composed bundle. When updating, any of these gems that are not
3535
# already in the user's Gemfile will be updated together.
3636
GEMS_TO_UPDATE = ["ruby-lsp", "debug", "prism", "rbs"].freeze #: Array[String]
37-
RUBY_LSP_MIN_VERSION = "0.18.0" #: String
37+
RUBY_LSP_MIN_VERSION = "0.18.0"
3838

3939
#: (String project_path, **untyped options) -> void
4040
def initialize(project_path, **options)

0 commit comments

Comments
 (0)