Skip to content

Commit

Permalink
Remove guard from guard-brakeman
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Matatall committed Aug 8, 2014
1 parent b9d3f07 commit 06c1733
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,8 @@ gemspec

require 'rbconfig'

if RbConfig::CONFIG['target_os'] =~ /darwin/i
gem 'rb-fsevent', '>= 0.4.0'
gem 'growl', '~> 1.0.3'
end
if RbConfig::CONFIG['target_os'] =~ /linux/i
gem 'rb-inotify', '>= 0.8.4'
gem 'libnotify', '~> 0.3.0'
end

group :development, :test do
gem 'rake'
gem 'guard-bundler'
gem 'guard-rspec'
gem 'guard-cucumber'
gem 'rspec'
gem 'aruba'
end

0 comments on commit 06c1733

Please sign in to comment.