Skip to content

Commit

Permalink
Merge 04f6bd9 into f9dee5b
Browse files Browse the repository at this point in the history
  • Loading branch information
Luciano Sousa committed Dec 23, 2014
2 parents f9dee5b + 04f6bd9 commit 01b818c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion exception_notification.gemspec
Expand Up @@ -21,7 +21,11 @@ Gem::Specification.new do |s|

s.add_development_dependency "rails", ">= 3.0.4"
s.add_development_dependency "resque", "~> 1.2.0"
s.add_development_dependency "sidekiq", "~> 3.0"
if RUBY_VERSION > "1.9"
s.add_development_dependency "sidekiq", "~> 3.3"
else
s.add_development_dependency "sidekiq", "~> 3.2.6"
end
s.add_development_dependency "tinder", "~> 1.8"
s.add_development_dependency "httparty", "~> 0.10.2"
s.add_development_dependency "mocha", ">= 0.13.0"
Expand Down

0 comments on commit 01b818c

Please sign in to comment.