Skip to content

Instantly share code, notes, and snippets.

@baldowl
Created June 17, 2010 06:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baldowl/441750 to your computer and use it in GitHub Desktop.
Save baldowl/441750 to your computer and use it in GitHub Desktop.
Using Bundler08 Instead Of Standaloneify
require 'vendor/gems/environment'
Bundler.require_env
clear_sources
source 'http://rubygems.org'
disable_rubygems
disable_system_gems
gem 'linguistics', '>= 1.0.8'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment