gem downgrade to keep guard happy

This commit is contained in:
Sam
2013-04-26 13:57:50 +10:00
parent eb085beea8
commit 67dc590794
2 changed files with 3 additions and 3 deletions

View File

@@ -102,7 +102,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