simplymadeapps/billing_cycle

View on GitHub
Appraisals

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

appraise "activesupport-6" do
  gem "activesupport", "~> 6.0"
end

appraise "activesupport-7" do
  gem "activesupport", "~> 7.0"
end

appraise "latest" do
  gem "activesupport"
end