Comment 6 for bug 1319376

Revision history for this message
Ildar Nizamov (jedi-2b3) wrote :

In directory /usr/share/rubygems-integration/1.9.1/specifications/find files contains string like '<arel>, ["~> 3.0.2"]' (just `grep '~> 3.0.2' /usr/share/rubygems-integration/1.9.1/specifications/*.gemspec`). In such strings change '~>' to '>='. Repeat for '<tzinfo>, ["~> 0.3.29]'. Now you can run `rails server` without that bug.