mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
5 lines
160 B
Ruby
5 lines
160 B
Ruby
require 'rubygems'
|
|
|
|
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../../../Gemfile', __FILE__)
|
|
|
|
require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])
|