Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. $ jruby -S rails s puma
  2. TypeError: no implicit conversion of Regexp into String
  3. join at org/jruby/RubyArray.java:1760
  4. <top> at /Users/z/bin/spring:11
  5. load at org/jruby/RubyKernel.java:955
  6. <top> at /Users/z/bin/rails:3
  7. $ rvm list
  8.  
  9. rvm rubies
  10.  
  11. jruby-9.0.5.0 [ x86_64 ]
  12. =* jruby-9.1.7.0 [ x86_64 ]
  13. ruby-2.2.3 [ x86_64 ]
  14. ruby-2.3.0 [ x86_64 ]
  15. ruby-2.3.1 [ x86_64 ]
  16.  
  17. # => - current
  18. # =* - current && default
  19. # * - default
  20.  
  21. $ jruby -v
  22. jruby 9.1.7.0 (2.3.1) 2017-01-11 68056ae Java HotSpot(TM) 64-Bit Server VM 25.141-b15 on 1.8.0_141-b15 +jit [darwin-x86_64]
  23.  
  24. ruby '2.3.1', engine: 'jruby', engine_version: '9.1.7.0'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement