mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Don't test against Rails 2.0.5 under Ruby 1.9.
This commit is contained in:
parent
5bd2d438a8
commit
239252a8b7
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -315,8 +315,8 @@ rails_versions = [
|
|||
"v2.3.4",
|
||||
"v2.2.2",
|
||||
"v2.1.2",
|
||||
"v2.0.5"
|
||||
]
|
||||
rails_versions << "v2.0.5" if RUBY_VERSION =~ /^1\.8/
|
||||
|
||||
namespace :test do
|
||||
desc "Test all supported versions of rails. This takes a while."
|
||||
|
|
Loading…
Reference in a new issue