-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
uninitialized constant Twitter::REST #479
Comments
You are using an outdated version of the gem. Please update to version 5.0.0 or greater. |
same problem with gem 'twitter', '~> 5.11.0' |
What is solution on this? Please update... |
I did next: forked 'twitter-text' gem, rename 'Twitter' module to 'TwitterText', change it in all submodules inside gem, linked 'twitter-text' gem to my repository in 'Gemfile' (gem 'twitter-text', github: 'name/twitter-text-rb'), start using it like 'TwitterText' module and 'Twitter' gem as 'Twitter' module. |
I don't use twitter text gem and my version is 5.11..still happens to me |
@NARKOZ presumably you re-opened this for a reason. If you are still having an issue with this, please post a Gemfile (and potentially a link to your Gemfile.lock) as well. |
No description provided.
The text was updated successfully, but these errors were encountered: