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

3
.bundle/config Normal file
View file

@ -0,0 +1,3 @@
---
BUNDLE_BUILD__LIBV8: "--with-system-v8"
BUNDLE_BUILD__THERUBYRACER: "--with-v8-dir=/usr/local/opt/v8@3.15"

View file

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

View file

@ -9,7 +9,6 @@ describe Sinatra::ContentFor do
end end
Tilt.prefer Tilt::ERBTemplate Tilt.prefer Tilt::ERBTemplate
require 'hamlit/block'
Tilt.register Tilt::HamlTemplate, :haml Tilt.register Tilt::HamlTemplate, :haml
extend Forwardable extend Forwardable