Skip to content

Commit 72070f4

Browse files
committed
bumping version
1 parent f4da986 commit 72070f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

durable_rules.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'durable_rules'
3-
s.version = '2.0.27'
3+
s.version = '2.0.28'
44
s.summary = "for real time analytics (a Ruby Rules Engine)"
55
s.description = "A lightweight library for real-time, consistent and scalable coordination of events."
66
s.authors = ["Jesus Ruiz"]
@@ -25,5 +25,5 @@ Gem::Specification.new do |s|
2525

2626
s.add_development_dependency "rake", '~> 12.3', '>= 12.3.3'
2727
s.add_development_dependency "rake-compiler", "~> 0.9.5"
28-
s.add_runtime_dependency "timers", "~> 4.0"
28+
s.add_runtime_dependency "timers", "~> 4.3"
2929
end

0 commit comments

Comments
 (0)