Gemfile in ruby_skynet-1.2.7 vs Gemfile in ruby_skynet-1.3.0.alpha1

- old
+ new

@@ -6,17 +6,15 @@ gem "rake" gem "semantic_logger", ">= 2.1" gem "resilient_socket" # Doozer Client -gem "ruby_doozer" +#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 Service Registry gem "multi_json" # Wire format when communicating with services -gem "bson" +gem "bson", '1.5.2' gem "bson_ext", :platform => :ruby