table_sync.gemspec in table_sync-6.5.0 vs table_sync.gemspec in table_sync-6.5.1
- old
+ new
@@ -25,9 +25,9 @@
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
spec.add_runtime_dependency "memery"
- spec.add_runtime_dependency "rabbit_messaging", "~> 0.13"
+ spec.add_runtime_dependency "rabbit_messaging", ">= 0.13"
spec.add_runtime_dependency "rails"
spec.add_runtime_dependency "self_data"
end