Skip to content

Commit

Permalink
remove guard
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Blumtritt committed Mar 17, 2015
1 parent 3b3cf7b commit 8a57319
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions deprecations.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,4 @@ GemSpec = Gem::Specification.new do |spec|
spec.has_rdoc = false # TODO!
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec', '>= 3.0.0'
spec.add_development_dependency 'guard'
spec.add_development_dependency 'guard-rspec'
if /darwin|mac os/i =~ RUBY_PLATFORM
spec.add_development_dependency 'rb-fsevent'
spec.add_development_dependency 'terminal-notifier'
spec.add_development_dependency 'terminal-notifier-guard'
end
end

0 comments on commit 8a57319

Please sign in to comment.