Closed artob closed 11 years ago
Bump?
I'm relaxing all the dependencies from being ultra-pessimistic (ex. ~> 1.4.6) to just being pessimistic (ex. ~> 1.4), so that should take care of your problem.
Just trying to do a bit of testing with the latest versions of the dependent gems and then this should go out in 1.9.2.
Currently, the 'sproutcore' gem requires 'json_pure' with a version constraint of
~> 1.4.6
. This is highly problematic in newer applications, leading to Bundler conflicts such as the following:Given the stability of the 'json_pure' API, the version constraint ought to be specified in the less problematic form
>= 1.4.6
that avoids creating these Bundler conflicts.