Sha256: b7cd6fbe77d2e06b911bb9eba4904bac567869fa490fc1060935b92dfdbd1ded

Contents?: true

Size: 397 Bytes

Versions: 2

Compression:

Stored size: 397 Bytes

Contents

require 'rubygems'

$LOAD_PATH.unshift File.expand_path('../../../../lib', __FILE__)
# Set up gems listed in the Gemfile.
gemfile = File.expand_path('../../../../Gemfile', __FILE__)
begin
  ENV['BUNDLE_GEMFILE'] = gemfile
  require 'bundler'
  Bundler.setup
rescue Bundler::GemNotFound => e
  STDERR.puts e.message
  STDERR.puts "Try running `bundle install`."
  exit!
end if File.exist?(gemfile)

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
dougjohnston-devise_invitable-0.4.rc test/rails_app/config/boot.rb
aihs_devise_invitable-0.4.rc test/rails_app/config/boot.rb