Change build target for Faml

can't be built on 2.0.0 and windows
This commit is contained in:
Takashi Kokubun 2016-02-06 11:15:36 +09:00
parent 717a5b17d3
commit 176246f723
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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'