Skip to content

Instantly share code, notes, and snippets.

@jstorimer
Created March 1, 2010 21:35
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 jstorimer/318843 to your computer and use it in GitHub Desktop.
Save jstorimer/318843 to your computer and use it in GitHub Desktop.
gem 'mysql', '1.2.2'
gem 'stuff'
group :test do
gem 'webrat'
end
eval(IO.read("#{ENV['HOME']}/.custom_gemfile")) if File.exists?("#{ENV['HOME']}/.custom_gemfile")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment