You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
but when running command $bundler install I get the following error:
[root@ssredmine01 redmine]# bundler install
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application
for all non-root users on this machine.
--- ERROR REPORT TEMPLATE -------------------------------------------------------
orig_path
Set via BUNDLE_ORIG_PATH: "/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin"
--- TEMPLATE END ----------------------------------------------------------------
Unfortunately, an unexpected error occurred, and Bundler cannot continue.
If there aren't any reports for this error yet, please create copy and paste the report template above into a new issue. Don't forget to anonymize any private data! The new issue form is located at: https://github.com/bundler/bundler/issues/new
I've found similar error messages, but nothing exactly the same and from the other threads I've read this error should be solved in bundler 1.12.5
I'm not a developer and not really familiar with ruby, I'm just following the install steps from redmine website.
If someone can throw a tip on how can I get passed this error, I would appreciate it.
Thanks
Rares
The text was updated successfully, but these errors were encountered:
@allenzhao that's not the issue... the problem is RubyGems 1.4.2 combined with Ruby 2.3, which means frozen string literals. Thanks for the issue, @raresm79 !
hi,
I'm trying to setup redmine 3.3.0 in the following environment:
Bundler 1.12.5
Rubygems 1.4.2
Ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-linux]
GEM_HOME /usr/local/lib/ruby/gems/2.3.0
GEM_PATH /usr/local/lib/ruby/gems/2.3.0:/root/.gem/ruby/2.3.0
Git 1.7.1
but when running command $bundler install I get the following error:
[root@ssredmine01 redmine]# bundler install
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application
for all non-root users on this machine.
--- ERROR REPORT TEMPLATE -------------------------------------------------------
What did you do?
I ran the command
/usr/local/bin/bundler install
What did you expect to happen?
I expected Bundler to...
What happened instead?
Instead, what actually happened was...
Error details
Environment
Bundler 1.12.5
Rubygems 1.4.2
Ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-linux]
GEM_HOME /usr/local/lib/ruby/gems/2.3.0
GEM_PATH /usr/local/lib/ruby/gems/2.3.0:/root/.gem/ruby/2.3.0
Git 1.7.1
orig_path
Set via BUNDLE_ORIG_PATH: "/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin"
--- TEMPLATE END ----------------------------------------------------------------
Unfortunately, an unexpected error occurred, and Bundler cannot continue.
First, try this link to see if there are any existing issue reports for this error:
https://github.com/bundler/bundler/search?q=can%27t+modify+frozen+String&type=Issues
If there aren't any reports for this error yet, please create copy and paste the report template above into a new issue. Don't forget to anonymize any private data! The new issue form is located at:
https://github.com/bundler/bundler/issues/new
I've found similar error messages, but nothing exactly the same and from the other threads I've read this error should be solved in bundler 1.12.5
I'm not a developer and not really familiar with ruby, I'm just following the install steps from redmine website.
If someone can throw a tip on how can I get passed this error, I would appreciate it.
Thanks
Rares
The text was updated successfully, but these errors were encountered: