1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Do not require rb-inotify

This commit is contained in:
Rafael Mendonça França 2016-07-27 23:47:26 -03:00
parent 8656678830
commit 2603172637
No known key found for this signature in database
GPG key ID: FC23B6D0F1EEE948

View file

@ -28,7 +28,7 @@ gem 'uglifier', '>= 1.3.0', require: false
gem 'sass', github: 'sass/sass', branch: 'stable', require: false
# FIXME: Remove this fork after https://github.com/nex3/rb-inotify/pull/49 is fixed.
gem 'rb-inotify', github: 'matthewd/rb-inotify', branch: 'close-handling'
gem 'rb-inotify', github: 'matthewd/rb-inotify', branch: 'close-handling', require: false
group :doc do
gem 'sdoc', '~> 0.4.0'