Last active
December 18, 2020 16:59
-
-
Save brand-it/77c6362b5d07eef0ce9e0741c7ed4cd6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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