mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 17:31:27 +00:00
6 lines
154 B
Ruby
6 lines
154 B
Ruby
|
require 'rubygems'
|
||
|
|
||
|
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
|
||
|
|
||
|
require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])
|