From b7cf95ac835fad33e86e687b1599a5ee12dc8949 Mon Sep 17 00:00:00 2001 From: Andy Waite <13400+andyw8@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:04:41 -0500 Subject: [PATCH] Recommend latest Bundler --- jekyll/troubleshooting.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jekyll/troubleshooting.markdown b/jekyll/troubleshooting.markdown index cd15adadc..63ba9f123 100644 --- a/jekyll/troubleshooting.markdown +++ b/jekyll/troubleshooting.markdown @@ -80,6 +80,8 @@ More context about this issue on https://github.com/Shopify/vscode-ruby-lsp/issu ### Bundler issues +Firstly, ensure you are using the latest release of Bundler (run `bundle update --bundler`). + If the extension successfully activated the Ruby environment, it may still fail when trying to compose the composed bundle to run the server gem. This could be a regular Bundler issue, like not being able to satisfy dependencies due to a conflicting version requirement, or it could be a configuration issue.