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

View File

@ -334,7 +334,7 @@ GEM
rake-compiler (0.8.3)
rake
rb-fsevent (0.9.3)
rb-inotify (0.8.8)
rb-inotify (0.9.0)
ffi (>= 0.5.0)
rdoc (3.12.2)
json (~> 1.4)
@ -504,7 +504,7 @@ DEPENDENCIES
rails_multisite!
rake
rb-fsevent
rb-inotify (~> 0.8.8)
rb-inotify (~> 0.9)
redcarpet
redis
redis-rack-cache