From 70b0c9e2b7c9774df6b004e5e9667f9f6a4e3dc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 14 Nov 2012 19:57:52 +0100 Subject: [PATCH] add rb-fsevent to the Gemfile for our OS X devs --- Gemfile | 3 ++- Gemfile.lock | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 89cd9f194..436f67c67 100644 --- a/Gemfile +++ b/Gemfile @@ -149,7 +149,8 @@ group :test do gem 'guard-rspec', '2.1.1' gem 'guard-spork', '1.2.3' gem 'guard-cucumber', '1.2.2' - gem 'rb-inotify', '0.8.8' + gem 'rb-inotify', '0.8.8', :require => false + gem 'rb-fsevent', '0.9.2', :require => false end diff --git a/Gemfile.lock b/Gemfile.lock index e1ecc0dc0..458e18d72 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -327,6 +327,7 @@ GEM thor (>= 0.14.6, < 2.0) raindrops (0.10.0) rake (0.9.2.2) + rb-fsevent (0.9.2) rb-inotify (0.8.8) ffi (>= 0.5.0) rdoc (3.12) @@ -474,6 +475,7 @@ DEPENDENCIES rails-i18n (= 0.7.0) rails_admin (= 0.2.0) rails_autolink (= 1.0.9) + rb-fsevent (= 0.9.2) rb-inotify (= 0.8.8) redcarpet (= 2.2.2) remotipart (= 1.0.2)