Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syntax error running 'rubrowser' #10

Closed
wkaskie opened this issue Oct 21, 2019 · 4 comments
Closed

syntax error running 'rubrowser' #10

wkaskie opened this issue Oct 21, 2019 · 4 comments

Comments

@wkaskie
Copy link

wkaskie commented Oct 21, 2019

When I run rubrowser, this happens:

moadadmins-MacBook-Pro:directory userFolder$ rubrowser
/Users/userFolder/.rvm/rubies/ruby-2.2.6/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require': /Users/userFolder/.rvm/gems/ruby-2.2.6@project-mapper/gems/litecable-0.5.0/lib/lite_cable/anycable.rb:29: syntax error, unexpected '.' (SyntaxError)
subscriptions&.each { |id| @subscriptions.add(id, false) }

@emad-elsaid
Copy link
Owner

hello @wkaskie , what's the output of :

gem install rubrowser

@wkaskie
Copy link
Author

wkaskie commented Oct 24, 2019 via email

@emad-elsaid
Copy link
Owner

I see that the root problem here is the ruby version, I think the gems versions I used doesn't support 2.2.
I'm not sure if we should support that ruby version by lowering the gems versions because it seems these gems abandoned this ruby version and so rubrowser should.

so my recommendation is to update your ruby version

@wkaskie
Copy link
Author

wkaskie commented Oct 25, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants