mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 12:30:48 +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'])
|