Skip to content

Commit

Permalink
Set haml minimum version to 6.0 in rails suite
Browse files Browse the repository at this point in the history
Tilt no longer ships ERubis, but haml 5.1.2 requires it.
The previous haml verison was locked to the newest version at the time
it was updated.

Co-authored-by: hramadan <[email protected]>
  • Loading branch information
kaylareopelle and hannahramadan committed Dec 23, 2024
1 parent 4d5ce66 commit 57dd680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/multiverse/suites/rails/Envfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ end
def gem_list(rails_version = nil)
<<-RB
gem 'rails'#{rails_version}
gem 'haml'
gem 'haml', '~> 6.0'
#{haml_rails(rails_version)}
gem 'minitest', '#{minitest_rails_version(rails_version)}'
gem 'erubis' if RUBY_PLATFORM.eql?('java')
Expand Down

0 comments on commit 57dd680

Please sign in to comment.