Skip to content

Commit

Permalink
Fix require calls in gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dzaporozhets committed Sep 10, 2012
1 parent 8795f67 commit a839cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -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
Expand Down

0 comments on commit a839cb4

Please sign in to comment.