Skip to content

Instantly share code, notes, and snippets.

Created May 8, 2013 19:34
Show Gist options
  • Select an option

  • Save anonymous/5543007 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/5543007 to your computer and use it in GitHub Desktop.

Revisions

  1. @invalid-email-address Anonymous created this gist May 8, 2013.
    4 changes: 4 additions & 0 deletions exec.rb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    $BASE_PATH = File.expand_path(File.dirname(__FILE__) + '/..')
    require 'bundler'
    ENV["BUNDLE_GEMFILE"] = $BASE_PATH + '/Gemfile'
    Bundler.require(:default)