Skip to content

Commit

Permalink
bundle haml5 on Ruby < 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Aug 29, 2024
1 parent 6754b36 commit bc9a7e2
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 @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gemspec

if RUBY_VERSION < '2.3'
gem 'haml', '6.1.3'
gem 'haml', '<= 6.1.3'
end

gem 'nokogiri', RUBY_VERSION < '2.1' ? '~> 1.6.0' : '>= 1.7'
Expand Down

0 comments on commit bc9a7e2

Please sign in to comment.