From 176246f723524905db5baee9854acbfd97527ebf Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sat, 6 Feb 2016 11:15:36 +0900 Subject: [PATCH] Change build target for Faml can't be built on 2.0.0 and windows --- Gemfile | 1 + hamlit.gemspec | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 99a5da0f..83fa8acf 100644 --- a/Gemfile +++ b/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 diff --git a/hamlit.gemspec b/hamlit.gemspec index 886ad9c1..0a5774d6 100644 --- a/hamlit.gemspec +++ b/hamlit.gemspec @@ -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'