mirror of
https://github.com/paper-trail-gem/paper_trail.git
synced 2022-11-09 11:33:19 -05:00
10 lines
No EOL
235 B
Ruby
10 lines
No EOL
235 B
Ruby
require 'rubygems'
|
|
gemfile = File.expand_path('../../../../Gemfile', __FILE__)
|
|
|
|
if File.exist?(gemfile)
|
|
ENV['BUNDLE_GEMFILE'] = gemfile
|
|
require 'bundler'
|
|
Bundler.setup
|
|
end
|
|
|
|
$:.unshift File.expand_path('../../../../lib', __FILE__) |