Closed mariusa closed 3 years ago
On Fedora 26
gem install http_parser
installs version 0.1.3
Trying to force doesn't work:
# gem install http_parser -v 0.6.0 ERROR: Could not find a valid gem 'http_parser' (= 0.6.0) in any repository
gem install http_parser.rb
Even though you install gem its throwing error saying cannot install the gem
It's the answer.
On Fedora 26
installs version 0.1.3
Trying to force doesn't work: