Fix require calls in gemfile
This commit is contained in:
parent
8795f67f47
commit
a839cb427c
1 changed files with 2 additions and 2 deletions
4
Gemfile
4
Gemfile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue