vhochstein / active_scaffold

Rails 4 Version of activescaffold supporting jquery
MIT License
156 stars 34 forks source link

Fixing bundler dependency problem with rails 3.1.0 #177

Closed jonmc12 closed 13 years ago

jonmc12 commented 13 years ago

I simply changed '3.1.0' with '3.1.0.rc1', and this removed by bundle install errors. I am using rails 3.1.0.rc6.

A similar change is also required in render_component.

vhochstein commented 13 years ago

I ve still got no idea, why it s not working for you with the old settings, but anyway if that s working for you...

jonmc12 commented 13 years ago

I think it is as simple as version 3.1.0 is greater than 3.1.0.rcX in bunder system. But yea, it seems like that convention (~> 3.1.0) should work for release candidate versions.