mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-16 05:17:50 -05:00
7 lines
191 B
Ruby
7 lines
191 B
Ruby
require 'rubygems'
|
|
|
|
# Set up gems listed in the Gemfile.
|
|
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
|
|
|
|
require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])
|