mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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 'jasminerice'
|
||||||
gem 'mocha', require: false
|
gem 'mocha', require: false
|
||||||
gem 'rb-fsevent'
|
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 'rspec-rails'
|
||||||
gem 'shoulda'
|
gem 'shoulda'
|
||||||
gem 'simplecov', require: false
|
gem 'simplecov', require: false
|
||||||
|
@ -345,7 +345,7 @@ GEM
|
|||||||
thor (>= 0.14.6, < 2.0)
|
thor (>= 0.14.6, < 2.0)
|
||||||
rake (10.0.3)
|
rake (10.0.3)
|
||||||
rb-fsevent (0.9.3)
|
rb-fsevent (0.9.3)
|
||||||
rb-inotify (0.9.0)
|
rb-inotify (0.8.8)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
rdoc (3.12.1)
|
rdoc (3.12.1)
|
||||||
json (~> 1.4)
|
json (~> 1.4)
|
||||||
@ -512,7 +512,7 @@ DEPENDENCIES
|
|||||||
rails_multisite!
|
rails_multisite!
|
||||||
rake
|
rake
|
||||||
rb-fsevent
|
rb-fsevent
|
||||||
rb-inotify (~> 0.9)
|
rb-inotify (~> 0.8.8)
|
||||||
redcarpet
|
redcarpet
|
||||||
redis
|
redis
|
||||||
redis-rails
|
redis-rails
|
||||||
|
Loading…
Reference in New Issue
Block a user