From f1061c474b59b5dafdbe402196071c31e32bef04 Mon Sep 17 00:00:00 2001 From: Scott Davis Date: Tue, 26 Apr 2011 22:00:46 -0400 Subject: [PATCH] updated gemfile --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index d419b455..23e3b6d6 100644 --- a/Gemfile +++ b/Gemfile @@ -11,13 +11,13 @@ gem "css_parser", "~> 1.0.1" gem "rcov" gem "rubyzip" gem "livereload" -gem "rb-fsevent" if RUBY_PLATFORM ~= /darwin/ +gem "rb-fsevent" if RUBY_PLATFORM =~ /darwin/ gem "ruby-prof" unless RUBY_PLATFORM == "java" gem 'autotest' -gem 'autotest-fsevent' if RUBY_PLATFORM ~= /darwin/ +gem 'autotest-fsevent' if RUBY_PLATFORM =~ /darwin/ gem 'fakefs', :git => 'git://github.com/johnbintz/fakefs.git' gem 'mocha' gem 'timecop'