You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let me know if this is not the right place to ask this question.
When installing Travis CLI on my Mac using gem install travis, I'm getting CircularDependencyError:
ERROR: While executing gem ... (Gem::Resolver::Molinillo::CircularDependencyError)
There is a circular dependency between faraday-net_http_persistent and faraday
The text was updated successfully, but these errors were encountered:
I tried gem install travis on my Mac and got 404 not found error
gem install travis 2
ERROR: Could not find a valid gem 'travis' (>= 0), here is why:
Unable to download data from https://gems.ruby-china.org/ - bad response Not Found 404 (https://gems.ruby-china.org/specs.4.8.gz)
Let me know if this is not the right place to ask this question.
When installing Travis CLI on my Mac using
gem install travis
, I'm getting CircularDependencyError:The text was updated successfully, but these errors were encountered: