bumped rb-inotify gem version

as per the recommendations given by guard
This commit is contained in:
Régis Hanol 2013-03-02 02:18:40 +01:00
parent 9858beb6af
commit 505d8f565b
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ group :test, :development do
gem 'jasminerice'
gem 'mocha', require: false
gem 'rb-fsevent'
gem 'rb-inotify', '~> 0.8.8', require: RUBY_PLATFORM.include?('linux') && 'rb-inotify'
gem 'rb-inotify', '~> 0.9', require: RUBY_PLATFORM.include?('linux') && 'rb-inotify'
gem 'rspec-rails'
gem 'shoulda'
gem 'simplecov', require: false