Skip to content

Commit

Permalink
Merge pull request #1 from singingwolfboy/add-rb-inotify
Browse files Browse the repository at this point in the history
Indicate that rb-inotify and rb-fsevent aren't actually necessary
  • Loading branch information
cpennington committed Sep 18, 2013
2 parents 8308182 + e794688 commit 2103c4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ gem 'neat', '~> 1.3.0'
gem 'colorize', '~> 0.5.8'
gem 'launchy', '~> 2.1.2'
gem 'sys-proctable', '~> 0.9.3'
# These gems aren't actually required; they are used by Linux and Mac to
# detect when files change. If these gems are not installed, the system
# will fall back to polling files.
gem 'rb-inotify', '~> 0.9'
gem 'rb-fsevent', '~> 0.9.3'

0 comments on commit 2103c4b

Please sign in to comment.