Sha256: 21c83f66e193bc5b56923756a8e8ebc535f5423196fe367e963e4f9d871bfd94

Contents?: true

Size: 559 Bytes

Versions: 1

Compression:

Stored size: 559 Bytes

Contents

appraise "activerecord-4" do
  gem "activerecord", "4.2.7.1"
end

appraise "activerecord-4_with_strong_migrations" do
  gem "activerecord", "4.2.7.1"
  gem "strong_migrations", "0.2"
end

appraise "activerecord-5" do
  gem "activerecord", "5.0.0.1"
end

appraise "activerecord-5_with_strong_migrations" do
  gem "activerecord", "5.0.0.1"
  gem "strong_migrations", "0.2"
end

appraise "activerecord-6" do
  gem "activerecord", "6.0.0"
end

appraise "activerecord-6_with_strong_migrations" do
  gem "activerecord", "6.0.0"
  gem "strong_migrations", "0.2"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
migration-lock-timeout-1.3.0 Appraisals