bundle doesn't install on Ruby <1.9.3
dnrce opened this issue · 0 comments
dnrce commented
Rails 3.1 and 3.2 both have i18n ~> 0.6
in their dependency trees, but i18n 0.7.0 (released 2014-12-19) requires Ruby 1.9.3.
Rails 3.1/3.2 users on Ruby <1.9.3 will have to pin i18n to 0.6 anyway, so this won't be a yaml_db-specific issue for them. However, it breaks CI builds.