Skip to content

Instantly share code, notes, and snippets.

@styx
Created December 3, 2012 08:12
Show Gist options
  • Save styx/4193584 to your computer and use it in GitHub Desktop.
Save styx/4193584 to your computer and use it in GitHub Desktop.
Gemfile.local
# Use `bundle --gemfile Gemfile.local` to activate
# Include global Gemfile
eval File.read('Gemfile')
# Gems for local host (same syntax as for Gemfile)
group :development do
gem 'hacker'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment