Gemfile in soapy_cake-2.1.0 vs Gemfile in soapy_cake-2.1.1
- old
+ new
@@ -2,8 +2,9 @@
source 'https://rubygems.org'
gemspec
group :development, :test do
- gem 'rubocop-ci', github: 'ad2games/rubocop-ci'
+ gem 'rubocop-ci', git: 'https://github.com/ad2games/rubocop-ci'
+ gem 'simplecov'
gem 'codeclimate-test-reporter', require: false
end