Skip to content

Instantly share code, notes, and snippets.

@brand-it
Last active December 18, 2020 16:59
Show Gist options
  • Save brand-it/77c6362b5d07eef0ce9e0741c7ed4cd6 to your computer and use it in GitHub Desktop.
Save brand-it/77c6362b5d07eef0ce9e0741c7ed4cd6 to your computer and use it in GitHub Desktop.
# Use `bundle --gemfile Gemfile.local` to activate
# Use `eche -e "Gemfile.local\nGemfile.local.lock" >> ~/.gitignore` to ignore it from all repos
# Use `eche -e "*.local*" >> ~/.gitignore` That or just ignore all files that have .local
gem 'dotenv-rails', require: 'dotenv/rails-now'
# Include global Gemfile
eval File.read('Gemfile')
# Gems for local host (same syntax as for Gemfile)
group :development do
gem 'ruby-debug-ide'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment