table_sync.gemspec in table_sync-6.1.0 vs table_sync.gemspec in table_sync-6.3.0
- old
+ new
@@ -25,10 +25,10 @@
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"
+ spec.add_runtime_dependency "rabbit_messaging", "~> 0.13"
spec.add_runtime_dependency "rails"
spec.add_runtime_dependency "self_data"
spec.add_development_dependency "rspec"
spec.add_development_dependency "rubocop-config-umbrellio"