Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Bump nats dependency to beta.16
Browse files Browse the repository at this point in the history
  • Loading branch information
luan committed Dec 16, 2014
1 parent e3536d6 commit cbea068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcap_common.gemspec
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.add_dependency('eventmachine')
s.add_dependency('thin')
s.add_dependency('yajl-ruby')
s.add_dependency('nats', '>= 0.5.0.beta.12', '< 0.6')
s.add_dependency('nats', '>= 0.5.0.beta.16', '< 0.6')
s.add_dependency('posix-spawn', '~> 0.3.6')
s.add_dependency('membrane', '~> 1.0')
s.add_dependency('httpclient')
Expand Down

0 comments on commit cbea068

Please sign in to comment.