Skip to content

Commit

Permalink
Set haml minimum version to 6.0
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 e0860f9 commit 4d5ce66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/multiverse/suites/rails_prepend/Envfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def gem_list(rails_version = nil)
minitest_version = rails_version && rails_version.include?('4.0') ? '4.2.0' : '5.2.3'
<<~RB
gem 'rails'#{rails_version}
gem 'haml'
gem 'haml', '~> 6.0'
gem 'newrelic_prepender', path: File.expand_path('../newrelic_prepender', __FILE__)
gem 'minitest', '~> #{minitest_version}'
gem 'erubis', '~> 2.7.0' if RUBY_PLATFORM.eql?('java')
Expand Down

0 comments on commit 4d5ce66

Please sign in to comment.