We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46ec64 commit d4762eeCopy full SHA for d4762ee
lib/spring/client/binstub.rb
@@ -29,6 +29,10 @@ class Binstub < Command
29
# This file loads Spring without using Bundler, in order to be fast.
30
# It gets overwritten when you run the `spring binstub` command.
31
32
+# our nri environment is TOO DAMN LONG.
33
+# without this, we often get Argument List Too Long errors
34
+ENV.reject! { |key, _| key.start_with?("NIX_") || key.start_with?("DIRENV_") || key == "PYTHONPATH" }
35
+
36
unless defined?(Spring)
37
require 'rubygems'
38
require 'bundler'
0 commit comments