This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2k
ArgumentError: new key RB_USER_INSTALL #6013
Labels
Comments
@vtamara Does this FreeBSD-related issue (2010!) ring a bell? Or, or, environment_preserver.rb has a list of |
@oleolleolle I think it just needs to go into the environment preserver list |
Any interest in sending a PR for that? |
bundlerbot
added a commit
that referenced
this issue
Sep 9, 2017
…erve_keys, r=segiddins Add RB_USER_INSTALL to preserved ENV keys This PR adds the environment variable `RB_USER_INSTALL` to the list of preserved keys. That variable is used on FreeBSD. - see #6013 Without this change, Bundler's usage of it with the shared helpers to set a preserved env would raise this: > ArgumentError: new key RB_USER_INSTALL (This seems to be the only env var which is used but not listed in the preserved keys list.)
bundlerbot
added a commit
that referenced
this issue
Sep 10, 2017
…erve_keys, r=segiddins Add RB_USER_INSTALL to preserved ENV keys This PR adds the environment variable `RB_USER_INSTALL` to the list of preserved keys. That variable is used on FreeBSD. - see #6013 Without this change, Bundler's usage of it with the shared helpers to set a preserved env would raise this: > ArgumentError: new key RB_USER_INSTALL (This seems to be the only env var which is used but not listed in the preserved keys list.)
Fixed in #6015 |
Today I tried the master branch of bundler and I confirm this error is not happening anymore. Thank you. |
segiddins
pushed a commit
that referenced
this issue
Sep 18, 2017
…erve_keys, r=segiddins Add RB_USER_INSTALL to preserved ENV keys This PR adds the environment variable `RB_USER_INSTALL` to the list of preserved keys. That variable is used on FreeBSD. - see #6013 Without this change, Bundler's usage of it with the shared helpers to set a preserved env would raise this: > ArgumentError: new key RB_USER_INSTALL (This seems to be the only env var which is used but not listed in the preserved keys list.) (cherry picked from commit b3cbf4a)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
--- ERROR REPORT TEMPLATE -------------------------------------------------------
Error Report
Questions
Please fill out answers to these questions, it'll help us figure out
why things are going wrong.
What did you do?
I ran the command
/usr/local/bin/bundle install
What did you expect to happen?
Install gems
Error
Have you tried any solutions posted on similar issues in our issue tracker, stack overflow, or google?
I was testing bundler 1.16.0.pre.2, will go back to bundler 1.15
Have you read our issues document, https://github.com/bundler/bundler/blob/master/doc/contributing/ISSUES.md?
No
Backtrace
Environment
Bundler Build Metadata
Bundler settings
Gemfile
../../Gemfile
../../Gemfile.lock
--- TEMPLATE END ----------------------------------------------------------------
The text was updated successfully, but these errors were encountered: