Gemfile in ruby_skynet-0.1.2 vs Gemfile in ruby_skynet-0.2.0

- old
+ new

@@ -4,9 +4,12 @@ gem "shoulda" end gem "semantic_logger" gem "resilient_socket" +# Thread Safe Hash and Array +gem "thread_safe" +gem "gene_pool" # For looking up Service entries in Doozer gem "multi_json" gem "ruby_protobuf" # Wire format when communicating with services gem "bson" \ No newline at end of file