Journey was merged into Rails: https://github.com/rails/rails/commit/56fee39
Also, activerecord-deprecated_finders is not necessarily explicitly bundled here
because it would be bundled through rails' dependency for now, and we're not using it in Haml's tests anyway
Allow failures to avoid email barrages for random day-to-day changes in
Rails. Once 4.0 stable is branched we'll depend on that instead and then
no forbid failures.
Using `gemspec` in `Gemfiles` creates hardcoded absolute paths in the
generated lockfile. This is regenerated later, but leaves your `git
status` showing spurious entries for changed lockfiles that need to be
worked around.
Delete the lockfiles, and add them to `.gitignore`.
This moves to a Bundler-based infrastructure where each Rails version has its
own Gemfile. This has the benefit of being compatible with Travis CI as well.