mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Update rails_compatibility versions.
This commit is contained in:
parent
284a0a261a
commit
ee5be3294c
1 changed files with 3 additions and 1 deletions
4
Rakefile
4
Rakefile
|
@ -304,7 +304,9 @@ rescue LoadError; end
|
|||
# ----- Testing Multiple Rails Versions -----
|
||||
|
||||
rails_versions = [
|
||||
"v2.3.5",
|
||||
"v3.1.0",
|
||||
"v3.0.10",
|
||||
"v2.3.14",
|
||||
"v2.2.3",
|
||||
"v2.1.2",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue