Sha256: 92e6531f159fb60bbacad3e2266dde81763f5d69f2b81a06ba042a0a185d74f0
Contents?: true
Size: 533 Bytes
Versions: 1
Compression:
Stored size: 533 Bytes
Contents
# After a new entry: `bundle exec appraisal install` # Add an entry in `.github/workflows/push.yml`'s file appraise "activesupport_5.2" do gem "activesupport", "~> 5.2.0" end appraise "activesupport_6.0" do gem "activesupport", "~> 6.0.0" end appraise "activesupport_6.1" do gem "activesupport", "~> 6.1.0" end appraise "activesupport_7.0" do gem "activesupport", "~> 7.0.0" end appraise "activesupport_7.1" do gem "activesupport", "~> 7.1.0" end appraise "activesupport_7.2" do gem "activesupport", "~> 7.2.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
csvlint-1.5.0 | Appraisals |