Sha256: e6ebf08d5040f2c01495c64d60e53913a95c7ed55029b1073b674b78ad5a3e76

Contents?: true

Size: 375 Bytes

Versions: 1

Compression:

Stored size: 375 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
migration-lock-timeout-1.2.0 Appraisals