Commit Graph

24 Commits

Author SHA1 Message Date
Akira Matsuda f66ada785a CI against rails 7.0
and kick out ruby 2.6 from the matrix since rails 7 doesn't support ruby 2.6
2022-03-29 11:35:05 +09:00
Akira Matsuda 5ef86309e4 CI against rails 6.1 2022-03-29 11:33:43 +09:00
Akira Matsuda aeee90478f More rbx dependencies 2022-03-29 11:00:36 +09:00
Akira Matsuda 7c94b39cdb Get rid of rbx specific dependencies
- We're no longer CIing against rbx since 5.years.ago
- rubysl depends on rubysl-irb https://rubygems.org/gems/rubysl-irb/versions/2.1.1 which depends on ruby 2.x,
  and this prevents running tests on ruby 3 https://github.com/haml/haml-rails/runs/5609888796
2022-03-29 10:57:09 +09:00
Akira Matsuda fc6d0ace6e CI using newer gemfiles 2020-04-22 00:26:20 +09:00
Akira Matsuda 10f778b204 appraisal update 2020-04-22 00:22:25 +09:00
OKURA Masafumi 9e933050b0 Test against Rails 6, not rc1! 2019-09-11 12:11:44 +09:00
Akira Matsuda a3c0e0a57a CI against rails 6.0.0.rc1 2019-05-30 11:41:45 +09:00
Akira Matsuda 150702d840 CI against rails 6.0.0.beta2 2019-02-26 10:27:19 +09:00
Ryan Bigg 13844b3591 Merge branch 'master' into only-the-latest
* master:
  Use MiniTest.after_run
  Fix warnings with assert_match
  Add appraisal for Rails 6 beta
  Add missing appraisals for Rails 5.1 + 5.2
  Remove support for jruby-19mode in test matrix
  Specify latest versions from all Rails gemfiles
  Specify _any_ 5.0.x version for rails_5_0 gemfile
  Avoid problem that rails doesn't get ruby version correctly
  Restrict bundler to '< 2'
  Update test matrix for version compatibility
  Expand bundler version limit
  Fix "Rails::SourceAnnotationExtractor is not a class/module" in Rails 6
  Updated README.md for rails 5.2
2019-01-31 10:09:02 +11:00
Ryan Bigg 38f658710d Merge branch 'rails6' into only-the-latest
* rails6:
  Add missing require for rails/source_annotation_extractor
  Use MiniTest.after_run
  Fix warnings with assert_match
  Add appraisal for Rails 6 beta
  Add missing appraisals for Rails 5.1 + 5.2
  allow Rails 6
2019-01-29 15:32:26 +11:00
Ryan Bigg f9ee1a8815 Only support latest Ruby (2.3+) + Rails (5.1+) versions 2019-01-29 15:00:43 +11:00
Ryan Bigg 3172ab36b6 Specify latest versions from all Rails gemfiles 2019-01-29 14:53:15 +11:00
Ryan Bigg a5554c671d Specify _any_ 5.0.x version for rails_5_0 gemfile
Previously, this was locked to 5.0.0
2019-01-29 14:52:14 +11:00
Ryan Bigg 76db3b39b4 Add appraisal for Rails 6 beta 2019-01-29 09:08:55 +11:00
Ryan Bigg 584d7ec87d Add missing appraisals for Rails 5.1 + 5.2 2019-01-29 09:08:53 +11:00
syguer 7a7ad1cb16 Avoid problem that rails doesn't get ruby version correctly
Ref https://github.com/rails/rails/issues/32455
2019-01-28 19:59:56 +09:00
syguer 6b6eb8c237 Update test matrix for version compatibility 2019-01-28 18:14:07 +09:00
syguer 856814286e Add gemfile of rails 5.1 for running on travis 2017-04-28 20:33:35 +09:00
JuanitoFatas ff0c1b8245 Update test suite with Rails 5 and more Rubies
- Update Appraisals file
- Update .travis.yml
  * Add sudo false (container-based, faster)

https://docs.travis-ci.com/user/ci-environment/#Virtualization-environme
nts
  * Test more rubies
  * Test newer things on top
  * Exclude Ruby < 2.2 with Rails 5
2016-07-08 14:28:15 +08:00
Ruslan Korolev 4b445ce5d2 update appraisal to 1.0 2015-01-28 23:37:17 +03:00
Peter M. Goldstein 7bfa1f4d5f Update Travis and Appraisals to reflect Rails 4.x requirement. Remove obsolete test gemfiles. Add Rails 4.1 gemfile. Update test_helper to use minitest 2013-12-27 14:05:15 -08:00
Christopher Schramm 2ae0cbeff9 Use ActionView::Base.cache_template_loading to avoid caching 2013-12-05 10:48:03 +01:00
Peter M. Goldstein 849102c59d Expand the test matrix to cover all minor Rails versions between 3.1 and 4.0. 2013-09-18 13:48:43 -07:00