Skip to content

Commit

Permalink
Merge pull request #55 from ripienaar/update_Deps
Browse files Browse the repository at this point in the history
(misc) update nats dependency
  • Loading branch information
ripienaar authored Nov 26, 2019
2 parents 97b7353 + bfe9acb commit 6eefbd4
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 6eefbd4

Please sign in to comment.