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:
parent
de0b6ab360
commit
c135ceb94e
3 changed files with 3 additions and 2 deletions
3
.bundle/config
Normal file
3
.bundle/config
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
BUNDLE_BUILD__LIBV8: "--with-system-v8"
|
||||
BUNDLE_BUILD__THERUBYRACER: "--with-v8-dir=/usr/local/opt/v8@3.15"
|
|
@ -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
|
||||
|
|
|
@ -9,7 +9,6 @@ describe Sinatra::ContentFor do
|
|||
end
|
||||
|
||||
Tilt.prefer Tilt::ERBTemplate
|
||||
require 'hamlit/block'
|
||||
Tilt.register Tilt::HamlTemplate, :haml
|
||||
|
||||
extend Forwardable
|
||||
|
|
Loading…
Add table
Reference in a new issue