Mange/roadie-rails

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

source "https://rubygems.org"

# Specify your gem's dependencies in roadie-rails.gemspec
gemspec

# Added here so it does not show up on the Gemspec; I only want it for CI builds
gem "simplecov", group: :test, require: false
gem "simplecov-cobertura", group: :test, require: false

# Not actually required to run the tests for the gem, but a real convenience
# for local development.
gem "standard", group: [:test, :development], require: false