We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4da986 commit 72070f4Copy full SHA for 72070f4
durable_rules.gemspec
@@ -1,6 +1,6 @@
1
Gem::Specification.new do |s|
2
s.name = 'durable_rules'
3
- s.version = '2.0.27'
+ s.version = '2.0.28'
4
s.summary = "for real time analytics (a Ruby Rules Engine)"
5
s.description = "A lightweight library for real-time, consistent and scalable coordination of events."
6
s.authors = ["Jesus Ruiz"]
@@ -25,5 +25,5 @@ Gem::Specification.new do |s|
25
26
s.add_development_dependency "rake", '~> 12.3', '>= 12.3.3'
27
s.add_development_dependency "rake-compiler", "~> 0.9.5"
28
- s.add_runtime_dependency "timers", "~> 4.0"
+ s.add_runtime_dependency "timers", "~> 4.3"
29
end
0 commit comments