From 2cafc616b6ece757dc987a375ca580ad5ef2560f Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Thu, 28 Apr 2011 22:02:51 -0700 Subject: [PATCH] see if this makes rubinius happy. --- Gemfile | 10 ++++++---- Gemfile.lock | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index da79f271..c25f6833 100644 --- a/Gemfile +++ b/Gemfile @@ -9,12 +9,10 @@ gem "compass-validator", "3.0.0" gem "css_parser", "~> 1.0.1" gem "sass", "~>3.1" gem "haml", "~> 3.1" -gem "rcov" +gem "rcov", :platform => :mri gem "rubyzip" gem "livereload" -gem "rb-fsevent" if RUBY_PLATFORM =~ /darwin/ - -gem "ruby-prof" unless RUBY_PLATFORM == "java" +gem "ruby-prof", :platform => :mri gem 'autotest' gem 'autotest-fsevent' if RUBY_PLATFORM =~ /darwin/ @@ -23,3 +21,7 @@ gem 'mocha' gem 'timecop' gem 'diff-lcs', '~> 1.1.2' +group :mac do + gem "rb-fsevent" +end + diff --git a/Gemfile.lock b/Gemfile.lock index 73c6f09b..90081653 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GIT PATH remote: . specs: - compass (0.11.1.6965005) + compass (0.11.1.d9e4054) chunky_png (~> 1.1) fssm (>= 0.2.7) sass (~> 3.1)