We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df381c2 commit 854e2a9Copy full SHA for 854e2a9
1 file changed
spec/dummy/config/boot.rb
@@ -6,6 +6,8 @@
6
File.expand_path("../../..", __dir__),
7
)
8
9
+p ENV["BUNDLE_GEMFILE"]
10
+
11
# Set up gems listed in the Gemfile.
12
require "bundler/setup" if File.exist?(ENV["BUNDLE_GEMFILE"])
13
0 commit comments