Skip to content

Commit

Permalink
[ci] test Haml 6 on Ruby 3+ and Haml 5 for older Rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
markets committed Jan 18, 2024
1 parent 0efb04a commit 8864eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'aruba', '~> 1.0.0'
gem 'rspec', '~> 3.0'
gem 'cucumber', '~> 2.0'
gem 'capybara', '~> 2.5.0'
gem 'haml', '< 7'
gem 'haml', RUBY_VERSION > '3.0' ? '< 7' : '< 6'
gem 'slim', '>= 3', '< 5'
gem 'kramdown'
gem "redcarpet"
Expand Down

0 comments on commit 8864eb3

Please sign in to comment.