Sha256: b01c64269647a5f0c8feda7138d79a23f593f9e6c3190812a5a3c5d9d880f3c7

Contents?: true

Size: 428 Bytes

Versions: 4

Compression:

Stored size: 428 Bytes

Contents

# This file required by Phusion Passenger

if ENV['MY_RUBY_HOME'] && ENV['MY_RUBY_HOME'].include?('rvm')
  begin
    require 'rvm'
    RVM.use_from_path! File.dirname(File.dirname(__FILE__))
  rescue LoadError
    raise "RVM gem is currently unavailable."
  end
end

# If you're not using Bundler at all, remove lines bellow
ENV['BUNDLE_GEMFILE'] = File.expand_path('../Gemfile', File.dirname(__FILE__))
require 'bundler/setup'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
alfa-0.0.8.pre dummy/project/config/setup_load_paths.rb
alfa-0.0.7.pre dummy/project/config/setup_load_paths.rb
alfa-0.0.6.pre dummy/project/config/setup_load_paths.rb
alfa-0.0.5.pre dummy/project/config/setup_load_paths.rb