Commit a839cb42 authored by randx's avatar randx

Fix require calls in gemfile

parent 8795f67f
......@@ -121,9 +121,9 @@ group :development, :test do
gem 'guard-cucumber'
# Notification
gem 'rb-fsevent', :require => darwin_only('growl')
gem 'rb-fsevent', :require => darwin_only('rb-fsevent')
gem 'growl', :require => darwin_only('growl')
gem 'rb-inotify', :require => linux_only('rb-fsevent')
gem 'rb-inotify', :require => linux_only('rb-inotify')
end
group :test do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment