Commit Graph

9 Commits

Author SHA1 Message Date
Jared Beck 43497e6150 PaperTrail is not compatible with sinatra 2.0 yet
In the meantime, this commit fixes PT's CI.
2016-08-23 01:35:47 -04:00
Jared Beck bfd5a44de9 Update CI and linter configuration
- ruby 2.3.1 (was 2.3.0)
- Update AR5 gemfile now that rails 5 is out
- Enable travis bundler cache. Hopefully this will speed up travis a bit.
  https://docs.travis-ci.com/user/caching/
- set TargetRubyVersion: 1.9
2016-08-09 01:11:27 -04:00
Jared Beck 595bb43d7b Update AR5 gemfile 2016-06-27 02:47:07 -04:00
Jared Beck a184c37750 Update ar5 gemfile (#806) 2016-05-15 23:21:40 -04:00
Kazuhiro NISHIYAMA 59b1ef7b0f Fix quotation marks
[ci skip]
2016-05-09 23:20:56 +09:00
Owen Rodda b9d9fb2e7c Update PaperTrail and test suite for ActiveRecord 5 compatibility 2016-01-24 19:57:10 -05:00
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