add rb-fsevent to the Gemfile for our OS X devs

This commit is contained in:
Jonne Haß 2012-11-14 19:57:52 +01:00
parent 7517c29ed0
commit 70b0c9e2b7
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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)