gavinlaking / vedeu

A framework written in Ruby for building GUI/TUI terminal/console applications.
Other
577 stars 35 forks source link

Bundler Setup #379

Open romaslmd opened 8 years ago

romaslmd commented 8 years ago

Is it possible to auto load gems from Gemfile in application? (some config/boot.rb or something) e.g.:

ENV['BUNDLE_GEMFILE'] ||= File.join(Vedeu.configuration.base_path, 'Gemfile')

require 'bundler/setup' # Set up gems listed in the Gemfile.
Bundler.require(:default)