Skip to content

Commit 594fdb4

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

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
@@ -52,7 +52,7 @@ def initialize
5252
end
5353

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

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

0 commit comments

Comments
 (0)