提交 2ce3085e 编写于 作者: J Joshua Peek

Define Bundler constant stub if bundler gem is not installed

上级 a5da48d2
......@@ -6,6 +6,11 @@
require 'bundler'
Bundler.setup
rescue LoadError
module Bundler
def self.require(*args, &block); end
def self.method_missing(*args, &block); end
end
%w(
actionmailer
actionpack
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册