pboling/active_security

View on GitHub
gemfiles/coverage.gemfile

Summary

Maintainability
Test Coverage
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

source "https://rubygems.org"

gem "activerecord", "~> 7.1.3.2"
# gem "rspec-rails", "~> 6.0" # For Rails 6.1 & Rails 7.0 - 7.1

# Root Gemfile is only for local development only. It is not loaded on CI.
# On CI we only need the gemspecs' dependencies (including development dependencies).
# Exceptions, if any, will be found in gemfiles/*.gemfile
gem "kettle-soup-cover", "~> 1.0", ">= 1.0.2"

gemspec path: "../"