-
Notifications
You must be signed in to change notification settings - Fork 87
Impossible http_parser gem dependencies #108
Comments
Can you try uninstalling all versions of http_parser.rb? I think you just have an outdated version. |
It was a virgin instan of ruby it was installed on. The workaround is to
|
Reel explicitly depends on http_parser.rb Perhaps because of that it pulled down the wrong version at first. I think @tmm1 needs to release http_parser.rb 0.6.0 ;) You might mention your problems on https://github.com/tmm1/http_parser.rb |
+1 for JRuby |
@SaitoWu did you experience this problem as well? |
Same issue on a vanilla installation of JRuby on RVM. Fixed it with
|
There's an open issue on http_parser.rb (see above) to release 0.6.0. That's the only permanent fix for this issue I'm aware of 😿 |
Looks like @tarcieri updated the version in |
Gonna call this fixed by 99474a4 |
When attempting to install the reel gem I get error:
ERROR: While executing gem ... (Gem::ImpossibleDependenciesError)
http-0.5.0 requires http_parser.rb (>= 0) but it conflicted:
Activated http_parser.rb-0.5.3 instead of (>= 0.6.0.beta.2) via:
reel-0.4.0
I'm using ubuntu, with rbx 2.1 which was installed using rvm.
The text was updated successfully, but these errors were encountered: