We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffd05d9 + 78e6c3a commit 7615da7Copy full SHA for 7615da7
config/boot.rb
@@ -6,12 +6,12 @@
6
''
7
]
8
9
+msfenv_real_pathname = Pathname.new(__FILE__).realpath
10
+root = msfenv_real_pathname.parent.parent
11
+
12
unless ENV['BUNDLE_GEMFILE']
13
require 'pathname'
14
- msfenv_real_pathname = Pathname.new(__FILE__).realpath
- root = msfenv_real_pathname.parent.parent
-
15
GEMFILE_EXTENSIONS.each do |extension|
16
extension_pathname = root.join("Gemfile#{extension}")
17
@@ -22,7 +22,6 @@
22
end
23
24
25
26
begin
27
require 'bundler'
28
rescue LoadError
@@ -31,7 +30,6 @@
31
30
exit(0)
32
33
34
35
Bundler.setup
36
37
lib_path = root.join('lib').to_path
0 commit comments