Skip to content

Commit c0d105c

Browse files
committed
Use our custom bin/dev wrapper instead of bundle exec
This is required until Shopify#389 is resolved.
1 parent b779129 commit c0d105c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby_lsp/ruby_lsp_rails/runner_client.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def initialize(outgoing_queue)
7171
log_message("Ruby LSP Rails booting server")
7272

7373
stdin, stdout, stderr, wait_thread = Bundler.with_original_env do
74-
Open3.popen3("bundle", "exec", "rails", "runner", "#{__dir__}/server.rb", "start")
74+
Open3.popen3("bin/dev", "rails", "runner", "#{__dir__}/server.rb", "start")
7575
end
7676

7777
@stdin = T.let(stdin, IO)

0 commit comments

Comments
 (0)