I consolidated all the development dependencies in the gemspec,
then ran `bundle update` and `appraisal install`.
I also got rid of unnecessary version constraints (I would rather just
the latest versions of things in development, and we can always add
constraints later if necessary), and removed the jruby-specific gems
since we aren't testing on jruby anymore.
Get rid of the deprecated appraisal rake tasks in favor of running
appraisal directly with `bundle exec appraisal rake`.
I also went ahead and updated all the gemfiles.
* Update callbacks spec so column types reflect assignment
Rails 4.2 introduces type coercion on attribute assignment instead of it
occurring after persisting the record.