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