Allow hamlit versions greater than 3

Co-authored-by: Takashi Kokubun <takashikkbn@gmail.com>
This commit is contained in:
Eloy Pérez 2022-08-08 22:41:41 +02:00 committed by GitHub
parent 68f0e5ffd1
commit 8d6a477511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ group :development, :test do
end
platform :jruby, :ruby do
gem 'hamlit', '~> 3'
gem 'hamlit', '>= 3'
gem 'liquid', '~> 2.6.x'
gem 'slim'
end