Skip to content

Commit ec32c19

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

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
@@ -56,7 +56,7 @@ def initialize
5656
end
5757

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

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

0 commit comments

Comments
 (0)