pboling/active_security

View on GitHub
gemfiles/style.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 "rubocop-lts", "~> 14.1", ">= 14.1.1" # Linting for Ruby >= 2.5
gem "rubocop-packaging", "~> 0.5", ">= 0.5.2"
gem "rubocop-rspec", "~> 2.10"

gemspec path: "../"