From e06c44800284696868a1e6a273abefec3047312f Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Tue, 22 Mar 2011 19:35:37 +0100 Subject: Install rb-fsevent gem if ENV[RB_FSEVENT] is set --- Gemfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 7d8949409c..879598c6db 100644 --- a/Gemfile +++ b/Gemfile @@ -36,6 +36,9 @@ platforms :mri_19 do end platforms :ruby do + if ENV["RB_FSEVENT"] + gem 'rb-fsevent' + end gem 'json' gem 'yajl-ruby' gem "nokogiri", ">= 1.4.4" -- cgit v1.2.3