Gemfile in soapy_cake-2.1.3 vs Gemfile in soapy_cake-2.1.4

- old
+ new

@@ -1,10 +1,11 @@ # frozen_string_literal: true + source 'https://rubygems.org' gemspec group :development, :test do + gem 'codeclimate-test-reporter', require: false gem 'rubocop-ci', git: 'https://github.com/ad2games/rubocop-ci' gem 'simplecov' - gem 'codeclimate-test-reporter', require: false end