1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

Remove hamlit-block to fix spec failure

This commit is contained in:
Jordan Owens 2022-11-25 23:43:15 -05:00
parent de0b6ab360
commit c135ceb94e
3 changed files with 3 additions and 2 deletions

View file

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