sferik / t-ruby

A command-line power tool for Twitter.
http://sferik.github.com/t
MIT License
5.43k stars 410 forks source link

Install fails on CentOS7: public_suffix requires Ruby version >= 2.3 #425

Open minfrin opened 4 years ago

minfrin commented 4 years ago

When trying to install on CentOS7, the process fails as follows:

-bash-4.2$ gem install t Fetching: public_suffix-4.0.5.gem (100%) ERROR: Error installing t: public_suffix requires Ruby version >= 2.3.

It looks like some dependencies are too new to be installable.