Skip to content

Commit

Permalink
Fix Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
netzpirat committed Nov 11, 2012
1 parent 6e4b327 commit efcb74a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -20,7 +20,6 @@ if RbConfig::CONFIG['target_os'] =~ /darwin/i
gem 'rb-fsevent', :require => false
gem 'ruby_gntp', :require => false
elsif RbConfig::CONFIG['target_os'] =~ /linux/i
gem 'libnotify', '~> 0.8.0', :require => false
gem 'libnotify', :require => false
elsif RbConfig::CONFIG['target_os'] =~ /mswin|mingw/i
gem 'win32console', :require => false
Expand Down

0 comments on commit efcb74a

Please sign in to comment.