Sha256: b086a30350768df979461e3c234eb7a1799193a3eb65936cfa85a5f9fd2b2d5f

Contents?: true

Size: 619 Bytes

Versions: 10

Compression:

Stored size: 619 Bytes

Contents

# Oldest supported Rails version
appraise "activerecord-5.2" do
  gem "activerecord", "5.2.6"

# This gemfile will be ran against ruby 2.4 and some gems might require 2.4+. The following list are the gems
# and their respective versions that work with ruby <= 2.4
  gem "simplecov", "0.18.5"
  gem "docile", "1.3.5"
end

# First conflicted version
appraise "activerecord-6.0" do
  gem "activerecord", "6.0.0"
end

# Second conflicted version
appraise "activerecord-6.1" do
  gem "activerecord", "6.1.0"
end

# Latest version at the moment
appraise "activerecord-7.0.0.alpha2" do
  gem "activerecord", "7.0.0.alpha2"
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
lhm-teak-3.6.4 Appraisals
lhm-teak-3.6.3 Appraisals
lhm-teak-3.6.2 Appraisals
lhm-teak-3.6.1 Appraisals
lhm-teak-3.6.0 Appraisals
lhm-shopify-3.5.5 Appraisals
lhm-shopify-3.5.4 Appraisals
lhm-shopify-3.5.3 Appraisals
lhm-shopify-3.5.2 Appraisals
lhm-shopify-3.5.1 Appraisals