Commit Graph

3 Commits

Author SHA1 Message Date
Jared Beck 9852527a95 Improve speed of bundler resolution
We're seeing an issue with slow dependency resolution for
the AR3 gemfile, consistently taking 10 minutes on travis.
I am hoping that stricter version constraints will make
bundler's job easier.

If this doesn't improve the situation, we may have to try
debugging with `DEBUG_RESOLVER=1` turned on.
2016-01-15 00:20:49 -05:00
Jared Beck ef32eb5ae0 Fix bundler warning: gem specified twice
The appraisal gemfile is supposed to override the gemspec, but
that doesn't seem to be happening for gems in the `platform`
section..
2016-01-15 00:18:21 -05:00
Jared Beck f812ea5f45 Manage gemfiles with appraisal 2016-01-04 22:44:19 -05:00