RVM With JRuby 1.7.0 “Unknown Ruby Interpreter”

前端 未结 1 2086
孤城傲影
孤城傲影 2021-02-10 08:04

I setup a basic Rails application with the following Gemfile:

source \'https://rubygems.org\'    
ruby \'1.9.3\', engine: \'jruby\', engine_version: \'1.7.0\'
ge         


        
相关标签:
1条回答
  • 2021-02-10 08:50

    RVM has limited support of the ruby directive, you can use comment to overwrite what will be used by RVM:

    #ruby=jruby-1.7.0
    
    0 讨论(0)
提交回复
热议问题