From 8d6a477511a505e6bbc20f1a5ba669fcca084ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20P=C3=A9rez?= Date: Mon, 8 Aug 2022 22:41:41 +0200 Subject: [PATCH] Allow hamlit versions greater than 3 Co-authored-by: Takashi Kokubun --- sinatra-contrib/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sinatra-contrib/Gemfile b/sinatra-contrib/Gemfile index 98f4079f00..4acb6df000 100644 --- a/sinatra-contrib/Gemfile +++ b/sinatra-contrib/Gemfile @@ -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