Skip to content

Instantly share code, notes, and snippets.

@meineerde
Created July 4, 2011 20:03
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 meineerde/1063860 to your computer and use it in GitHub Desktop.
Save meineerde/1063860 to your computer and use it in GitHub Desktop.
Load Gemfile.local
gemfile_local = File.join(File.dirname(__FILE__), "Gemfile.local")
if File.readable?(gemfile_local)
puts "Loading #{gemfile_local} ..." if $DEBUG
instance_eval(File.read(gemfile_local))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment