Zooip/smooth_change

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

source "https://rubygems.org"

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

gem "rails", "~> #{ENV["RAILS_VERSION"] || "6.0"}"

gem "simplecov", require: false, group: :test