Hi everyone,
I'm running master branch of simple_form with rails 3.1.3 and after recent "bundle update" I get the following:
Bundler could not find compatible versions for gem "actionpack":
In Gemfile:
rails (= 3.1.3) ruby depends on
actionpack (= 3.1.3) ruby
simple_form (>= 0) ruby depends on
actionpack (3.2.0.rc2)
Does simple_form works only with actionpack (3.2.0.rc2) from now on, or am I doing something wrong (probably the latter)?
Thanks!