pboling/active_security

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

#### IMPORTANT #######################################################
# Gemfile is for local development ONLY; Gemfile is NOT loaded in CI #
####################################################### IMPORTANT ####

source "https://rubygems.org"

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

# Specify your gem's dependencies in active_security.gemspec
gemspec

platform :mri do
  # Debugging
  gem "byebug", ">= 11"
end

# Quality
# >= Ruby 3.0
gem "reek", "~> 6.3"