carrot_rpc.gemspec in carrot_rpc-0.8.0 vs carrot_rpc.gemspec in carrot_rpc-1.0.0
- old
+ new
@@ -26,10 +26,10 @@
spec.require_paths = ["lib"]
# Production requirements
# Common extensions from Rails
- spec.add_dependency "activesupport", "~> 4.2"
+ spec.add_dependency "activesupport", ">= 4.2", "< 6.x"
# The RabbitMQ library
spec.add_dependency "bunny", "~> 2.2"
# Development / Test Gems