mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Change build target for Faml
can't be built on 2.0.0 and windows
This commit is contained in:
parent
717a5b17d3
commit
176246f723
2 changed files with 1 additions and 1 deletions
1
Gemfile
1
Gemfile
|
@ -16,6 +16,7 @@ end
|
|||
|
||||
is_windows = RUBY_PLATFORM =~ /mswin|mingw|bccwin|wince/
|
||||
if RUBY_VERSION >= '2.1.0' && !is_windows
|
||||
gem 'faml'
|
||||
gem 'lineprof'
|
||||
gem 'stackprof'
|
||||
end
|
||||
|
|
|
@ -27,7 +27,6 @@ Gem::Specification.new do |spec|
|
|||
spec.add_development_dependency 'bundler'
|
||||
spec.add_development_dependency 'coffee-script'
|
||||
spec.add_development_dependency 'erubis'
|
||||
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'
|
||||
|
|
Loading…
Reference in a new issue