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 fe4f20c + b55ee87 commit 51298acCopy full SHA for 51298ac
metasploit-framework.gemspec
@@ -2,7 +2,7 @@
2
3
# During build, the Gemfile is temporarily moved and
4
# we must manually define the project root
5
-if ENV['MSF_ROOT']
+if ENV['MSF_ROOT'] || ENV['RAILS_ENV']
6
lib = File.realpath(File.expand_path('lib', ENV['MSF_ROOT']))
7
files = `git ls-files`.split($/).reject { |file|
8
file =~ /^documentation|^data\/gui|^external/
0 commit comments