Skip to content

Commit

Permalink
Remove redis dependency (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanovaleksey authored and mlarraz committed Mar 27, 2017
1 parent 1f87012 commit bcb524e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sidekiq-rate-limiter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Gem::Specification.new do |s|
s.add_development_dependency "rspec", '~> 3.4'
s.add_development_dependency "coveralls", '~> 0.8'

s.add_dependency "redis"
s.add_dependency "sidekiq", ">= 2.0", "< 5.0"
s.add_dependency "redis_rate_limiter"
end

0 comments on commit bcb524e

Please # to comment.