Skip to content

Commit

Permalink
Remove version lock on haml in Rails multiverse
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 bf0d07e commit e0860f9
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', '5.1.2'
gem 'haml'
#{haml_rails(rails_version)}
gem 'minitest', '#{minitest_rails_version(rails_version)}'
gem 'erubis' if RUBY_PLATFORM.eql?('java')
Expand Down

0 comments on commit e0860f9

Please sign in to comment.