Benchmark against optional-extend faml

This commit is contained in:
Takashi Kokubun 2015-11-21 08:36:51 +09:00
parent c7b7509bbb
commit e3937c479e
2 changed files with 1 additions and 2 deletions

View File

@ -5,6 +5,7 @@ gemspec
# maintain compatibility against master
gem 'haml', github: 'haml/haml'
gem 'faml', github: 'eagletmt/faml', branch: 'optional-extend', submodules: true
gem 'benchmark-ips', '2.3.0'
gem 'lineprof'

View File

@ -25,8 +25,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler', '~> 1.10'
spec.add_development_dependency 'coffee-script'
spec.add_development_dependency 'faml', '>= 0.3.3'
spec.add_development_dependency 'haml'
spec.add_development_dependency 'less'
spec.add_development_dependency 'minitest-reporters', '~> 1.1'
spec.add_development_dependency 'rails', '>= 4.0.0'