1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

Rails 4 does not support Ruby 1.8.7

This commit is contained in:
Thorsten Böttger 2013-11-28 00:26:54 +01:00
parent d92f4ae956
commit c8cd79b23b

View file

@ -20,6 +20,7 @@ matrix:
- rvm: rbx-2.2.1
- rvm: jruby-19mode
exclude:
- { rvm: 1.8.7, gemfile: gemfiles/rails_4.0.gemfile }
- { rvm: 1.9.2, gemfile: gemfiles/rails_4.0.gemfile }
- { rvm: 1.9.3, gemfile: gemfiles/rails_4.0.gemfile }
- { rvm: jruby-19mode, gemfile: gemfiles/rails_3.2.gemfile }