Merge pull request #325 from ZogStriP/patch-5

bumped rb-inotify gem version
This commit is contained in:
Robin Ward 2013-03-02 08:01:15 -08:00
commit f2b4d4568c
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