feature/share-libs
rb 7 lines 233 Bytes
Raw
1 # make the ExecJs use NodeJs
2 ENV['EXECJS_RUNTIME'] = 'Node'
3
4 # Set up gems listed in the Gemfile.
5 ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
6
7 require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])