How to require a user-installed gem in ruby when system-wide gem with higher version is also available? -


I have two versions of a gem: system-wide 1.3.2 , and user- Installed 1.0.0 .

I just need to use the version 1.0.0 , which is set in the directory of my house. Do I like to install user-installed gems gem Is there a way to tell ?

before need You can specify which gem version you can use by using.

  gem 'foo', '1.0 0' expected 'foo'    

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -