mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Benchmark against optional-extend faml
This commit is contained in:
parent
c7b7509bbb
commit
e3937c479e
2 changed files with 1 additions and 2 deletions
1
Gemfile
1
Gemfile
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue