mirror of
https://github.com/github/rails.git
synced 2026-01-08 22:27:59 -05:00
Define Bundler constant stub if bundler gem is not installed
This commit is contained in:
@@ -6,6 +6,11 @@ rescue LoadError
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user