Use original faml for benchmark again

This commit is contained in:
Takashi Kokubun 2015-11-21 17:32:10 +09:00
parent bb469026b2
commit e1c4952e1e
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,6 @@ 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,6 +25,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler', '~> 1.10'
spec.add_development_dependency 'coffee-script'
spec.add_development_dependency 'faml'
spec.add_development_dependency 'less'
spec.add_development_dependency 'minitest-reporters', '~> 1.1'
spec.add_development_dependency 'rails', '>= 4.0.0'