Gemfile in ruby_skynet-0.8.1 vs Gemfile in ruby_skynet-1.0.0

- old
+ new

@@ -1,20 +1,22 @@ -source :rubygems +source 'https://rubygems.org' group :test do gem "shoulda" end gem "rake" gem "semantic_logger", ">= 2.1" gem "resilient_socket" # Doozer Client gem "ruby_doozer" +# Zookeeper Client +gem "zookeeper" # Thread Safe Hash and Array gem "thread_safe" # Connection pool gem "gene_pool" -# For looking up Service entries in Doozer +# For looking up Service entries in Service Registry gem "multi_json" # Wire format when communicating with services gem "bson" gem "bson_ext", :platform => :ruby