diff --git a/Gemfile b/Gemfile index b8be183..efdc678 100644 --- a/Gemfile +++ b/Gemfile @@ -10,5 +10,5 @@ group :test do gem 'rubocop' gem 'coveralls', require: false gem 'simplecov', require: false - gem "codeclimate-test-reporter" + gem 'codeclimate-test-reporter' end