chruby Questions
24
Solved
On both my work and home computers, I recently upgraded Ruby to 2.3.1, using ruby-install. I use chruby as my Ruby switcher.
I started seeing this warning in my terminal:
Ignoring bcrypt-3.1.11 b...
2
Solved
Note: This question relates to How can I get bundler to use the Ruby version set by chruby and .ruby-version?.
Using chruby I have Ruby 1.8.7 installed on macOS:
$ ruby -v
ruby 1.8.7 (2013-06-27 ...
Reflector asked 2/2, 2018 at 4:48
4
Solved
When running ruby-install, it fails to build. This also reported in rbenv issues (https://github.com/rbenv/ruby-build/issues/1725).
for example when installing ruby 2.6.8
# installing via ruby-inst...
Pancreatin asked 30/9, 2021 at 14:46
3
Solved
I have the pleasure of setting up a development environment for an application running Ruby 1.8.7. Unfortunately bundler is not using the version of Ruby set in .ruby-version by chruby.
Also, I ha...
4
Solved
I'm setting up a new machine and trying to install Ruby with chruby. I used ruby-install to install both ruby 2.3 and 2.1.2 because that's what everybody else on my team is running.
When I run chr...
Epanorthosis asked 23/2, 2016 at 22:7
2
I have been trying to deploy my rails application on an EC2 instance. The steps which i have taken already are
Locally:
I installed all the gems by writing in Gemfile and bundle install:
group ...
Leverrier asked 13/1, 2018 at 15:2
1
Solved
I am currently using rvm on my development machine for switch between rubies (mainly 1.9.x and 1.8.7). Then I came across chruby and found the "Does not hook cd" feature attractive.
Can chruby + c...
1
© 2022 - 2024 — McMap. All rights reserved.