Gemfile in ruby_skynet-0.3.0 vs Gemfile in ruby_skynet-0.4.0.pre

- old
+ new

@@ -1,6 +1,6 @@ -source :rubygems +source 'http://rubygems.org' group :test do gem "shoulda" end @@ -16,6 +16,6 @@ # Wire format when communicating with services gem "bson" gem "bson_ext", :platform => :ruby # Celluloid::IO is used to create SkyNet services in Ruby # multi_json? -gem "celluloid-io" \ No newline at end of file +gem "celluloid-io", '0.13.0.pre2'