Skip to content

Commit

Permalink
add 5.0 to old haml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Dec 27, 2024
1 parent 9ffa311 commit 6df3f08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/multiverse/suites/rails/Envfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ def haml_rails(rails_version = nil)
if rails_version && (
rails_version.include?('4.0.13') ||
rails_version.include?('4.1.16') ||
rails_version.include?('4.2.11'))
rails_version.include?('4.2.11')) ||
rails_version.include?('5.0.7')
"gem 'haml-rails', '~> 1.0'\ngem 'haml', '~> 5.1'\ngem 'tilt', '~> 2.4.0'"
else
"gem 'haml-rails', '~> 2.0'"
Expand Down

0 comments on commit 6df3f08

Please sign in to comment.