Gemfile in associative_memory-0.2.1 vs Gemfile in associative_memory-0.2.2

- old
+ new

@@ -1,8 +1,9 @@ source 'http://rubygems.org' +gem "bundler" gem "rspec" gem "rake" gem "hoe" -gem "newgem" -gem "simplecov" +gem "simplecov", "~> 0.7.0" gem "guard" gem 'guard-rspec' +gem 'coveralls', require: false