Created
July 20, 2017 13:34
-
-
Save sleekweasel/b083033c4fc533b552cca5a219636c5a to your computer and use it in GitHub Desktop.
rvm doesn't like jruby
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[14:31:30]~/git/bma-calabash (CAL-2855_Try_JRuby)$ cd .. | |
[14:32:00]~/git$ cd bma-calabash | |
ruby-2.3.3,:engine=>jruby,:engine_version=>9.1.11.0-SNAPSHOT is not installed. | |
To install do: 'rvm install ruby-2.3.3,:engine=>jruby,:engine_version=>9.1.11.0-SNAPSHOT' | |
[14:32:03]~/git/bma-calabash (CAL-2855_Try_JRuby)$ rvm install 'ruby-2.3.3,:engine=>jruby,:engine_version=>9.1.11.0-SNAPSHOT' | |
Unknown ruby interpreter version (do not know how to handle): :engine=>jruby. | |
Unknown ruby interpreter version (do not know how to handle): :engine_version=>9.1.11.0-SNAPSHOT. | |
Already installed ruby-2.3.3. | |
To reinstall use: | |
rvm reinstall ruby-2.3.3 | |
[14:32:14]~/git/bma-calabash (CAL-2855_Try_JRuby)$ head Gemfile | |
# rubocop:disable Style/FileName | |
source 'https://rubygems.org' | |
#ruby '2.3.3', :engine => 'jruby', :engine_version => '9.1.12.0' | |
ruby '2.3.3', :engine => 'jruby', :engine_version => '9.1.11.0-SNAPSHOT' | |
# jruby 9.1.12.0 (2.3.3) 2017-06-15 33c6439 Java HotSpot(TM) 64-Bit Server VM 25.112-b16 on 1.8.0_112-b16 +jit [darwin-x86_64] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment