ad2games/soapy_cake

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

source 'https://rubygems.org'

gemspec

group :development, :test do
  gem 'rspec_junit_formatter'
  gem 'rubocop-ci', git: 'https://github.com/ComboStrikeHQ/rubocop-ci'
  gem 'simplecov'
end