Skip to content

Commit

Permalink
add dependency on rack and webmock
Browse files Browse the repository at this point in the history
  • Loading branch information
morygonzalez committed Apr 9, 2015
1 parent f942713 commit caed3d5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions exception_notification-slacky.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency 'exception_notification', '~> 4.0'
spec.add_runtime_dependency 'slack-notifier', '~> 1.1'
spec.add_development_dependency "bundler", "~> 1.9"
spec.add_development_dependency "rake", "~> 10.0"

spec.add_development_dependency 'bundler', '~> 1.9'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rack'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'webmock'
end

0 comments on commit caed3d5

Please sign in to comment.