Skip to content

Commit

Permalink
mitigate gem version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
morygonzalez committed Apr 9, 2015
1 parent 89270c7 commit 51583a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exception_notification-slacky.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ 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'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rack'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'webmock'
Expand Down

0 comments on commit 51583a8

Please sign in to comment.