Skip to content

A local Gemfile where you can add custom local Gems that you don't want to add to the repository

Notifications You must be signed in to change notification settings

robmack/Gemfile.local

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

A local Gemfile where you can add gems that you don't want to add to the repository

Install

Copy Gemfile.local into project root and add the following to your .gitignore:

/Gemfile.local
/Gemfile.local.lock

To use Gemfile.local run:

bundle --gemfile Gemfile.local

Note: This should store a config in the .bundle/config file and then read from that, however I couldn't get this to work for the BUNDLE_GEMFILE config no matter what I tried. There is a bug request to add this as standard functionality to Bundler, however it appears there is nobody around to work on it: rubygems/bundler#183 (comment)

About

A local Gemfile where you can add custom local Gems that you don't want to add to the repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages