mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
remove bundler magic
This commit is contained in:
parent
66d6c875ba
commit
8572fcd9f8
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
# Set up gems listed in the Gemfile.
|
||||
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
|
||||
|
||||
require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
|
||||
require 'bundler/setup' # Set up gems listed in the Gemfile.
|
||||
|
|
Loading…
Reference in a new issue