mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
Go back to rb-inotify 0.8.8 because 0.9 killed guard performance on linux
This commit is contained in:
parent
83f89b5c55
commit
550d423207
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
|
|
@ -345,7 +345,7 @@ GEM
|
|||
thor (>= 0.14.6, < 2.0)
|
||||
rake (10.0.3)
|
||||
rb-fsevent (0.9.3)
|
||||
rb-inotify (0.9.0)
|
||||
rb-inotify (0.8.8)
|
||||
ffi (>= 0.5.0)
|
||||
rdoc (3.12.1)
|
||||
json (~> 1.4)
|
||||
|
@ -512,7 +512,7 @@ DEPENDENCIES
|
|||
rails_multisite!
|
||||
rake
|
||||
rb-fsevent
|
||||
rb-inotify (~> 0.9)
|
||||
rb-inotify (~> 0.8.8)
|
||||
redcarpet
|
||||
redis
|
||||
redis-rails
|
||||
|
|
Loading…
Reference in New Issue
Block a user