diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-09-20 14:13:24 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-09-20 14:13:24 -0300 |
commit | 303448950013444b9f7d71defb4bb503a29eccf2 (patch) | |
tree | 72b10d350667f7e12374b622074d5d9d140d6f4f /activesupport | |
parent | da400fbb0ba6a130237d17cdd58c860be02294ad (diff) | |
download | rails-303448950013444b9f7d71defb4bb503a29eccf2.tar.gz rails-303448950013444b9f7d71defb4bb503a29eccf2.tar.bz2 rails-303448950013444b9f7d71defb4bb503a29eccf2.zip |
Remove the environment variables in the Gemfile
If you want to set a local path for the gems you can use the local git
repositories feature from the Bundler 1.2.
For example to set the local arel repository:
bundle config local.arel ~/Work/git/arel
To unset it:
bundle config --delete local.arel
Bundler will check if the branch of you local repository is the same
that specified in the Gemfile. If you want to disable these branch
checks you can override it by setting this option:
bundle config disable_local_branch_check true
See more about this feature at http://gembundler.com/v1.2/git.html#local
Diffstat (limited to 'activesupport')
0 files changed, 0 insertions, 0 deletions