mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Don't test Ruby 1.8.7 with Rails 4+
This commit is contained in:
parent
b281da7704
commit
322525fa14
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -95,7 +95,7 @@ def gemfiles
|
||||||
@gemfiles ||= begin
|
@gemfiles ||= begin
|
||||||
Dir[File.dirname(__FILE__) + '/test/gemfiles/Gemfile.*'].
|
Dir[File.dirname(__FILE__) + '/test/gemfiles/Gemfile.*'].
|
||||||
reject {|f| f =~ /\.lock$/}.
|
reject {|f| f =~ /\.lock$/}.
|
||||||
reject {|f| RUBY_VERSION < '1.9.3' && f =~ /master/}
|
reject {|f| RUBY_VERSION < '1.9.3' && f =~ /Gemfile.rails-(\d+).\d+.x/ && $1.to_i > 3}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue