I have two versions of the installed gem: system-wide 1.3.2, and custom 1.0.0.
1.3.2
1.0.0
I need to use only the version 1.0.0that is installed in my dir house. Is there any way to say gemto prefer user-installed gems?
gem
You can specify which version of gem to use with the command gembefore you use it require.
require
gem 'foo', '1.0.0' require 'foo'
GEM_PATH, gem 2, GEM_HOME - ruby PATH PATH, gem .
rvm, rbenv ruby/gem .
Source: https://habr.com/ru/post/1527286/More articles:Qt blank space in QGridLayout? - c ++Sony Action Camera API - sonyLinq OrderBy, but ignore the first word if "- linqAngular.js unit test "inject()" срабатывает перед фазовым блоком "run" - javascriptThreading Issues - cSetting environment variables to run the Eclipse IDE - javareplace "[using [and]" with] json - jsonStream security - reading mutable objects (java) - javaFastCGI and Nginx - HTTP status return - nginxКонтроллер камеры первого лица Libgdx - javaAll Articles