-
-
Notifications
You must be signed in to change notification settings - Fork 408
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
Please let us know if this is no longer supported so we won't bother you with issues :) #420
Comments
This is a workaround more so than anything, but try this: # Install command-line Twitter tools.
sudo gem install t
# Fix issue with Twitter command-line tools.
sudo gem install twitter -v 6.1.0
sudo gem uninstall twitter -v 6.2.0 |
don't need sudo, above; just use:
|
Doesn't work with Ruby 2.7.2 or 3.0.0 on MacOS:
Tried with both twitter 6.1.0 and 6.2.0. |
This workaround worked: sferik/twitter-ruby#878 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: