Skip to content

Commit

Permalink
(misc) update nats dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ripienaar committed Nov 26, 2019
1 parent 97b7353 commit bfe9acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec = Gem::Specification.new do |s|
s.bindir = "bin"
s.executables = ["mco"]
s.add_dependency "systemu", "~> 2.6", ">= 2.6.4"
s.add_dependency "nats-pure", "~> 0.5.0"
s.add_dependency "nats-pure", "~> 0.6"
end

Gem::PackageTask.new(spec) do |pkg|
Expand Down

0 comments on commit bfe9acb

Please sign in to comment.