Go back to rb-inotify 0.8.8 because 0.9 killed guard performance on linux

This commit is contained in:
Neil Lalonde
2013-03-06 11:01:13 -05:00
parent 83f89b5c55
commit 550d423207
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ group :test, :development do
gem 'jasminerice'
gem 'mocha', require: false
gem 'rb-fsevent'
gem 'rb-inotify', '~> 0.9', require: RUBY_PLATFORM.include?('linux') && 'rb-inotify'
gem 'rb-inotify', '~> 0.8.8', require: RUBY_PLATFORM.include?('linux') && 'rb-inotify'
gem 'rspec-rails'
gem 'shoulda'
gem 'simplecov', require: false