Gemfile in rley-0.1.06 vs Gemfile in rley-0.1.07

- old
+ new

@@ -2,7 +2,8 @@ # Prevent Bundler to load the dependencies from our .gemspec file group :development do gem 'rake', '>= 0.8.0' gem 'rspec', '>= 3.0.0' - gem 'simplecov', '>= 0.5.0' + gem 'simplecov', '>= 0.7.0' + gem 'coveralls', '>= 0.7.0' end