paper-trail-gem--paper_trail/Appraisals

23 lines
663 B
Plaintext
Raw Normal View History

2016-01-05 03:32:39 +00:00
# Specify here only version constraints that differ from
# `paper_trail.gemspec`.
#
# > The dependencies in your Appraisals file are combined with dependencies in
2016-05-09 14:20:56 +00:00
# > your Gemfile, so you don't need to repeat anything that's the same for each
2016-01-05 03:32:39 +00:00
# > appraisal. If something is specified in both the Gemfile and an appraisal,
# > the version from the appraisal takes precedence.
# > https://github.com/thoughtbot/appraisal
appraise "ar-4.2" do
2017-10-17 22:14:16 +00:00
gem "activerecord", "~> 4.2.10"
2016-01-05 03:32:39 +00:00
end
appraise "ar-5.0" do
gem "activerecord", "~> 5.0.6"
2017-04-01 01:42:14 +00:00
gem "rails-controller-testing"
2016-01-05 03:32:39 +00:00
end
2017-04-27 04:21:04 +00:00
appraise "ar-5.1" do
gem "activerecord", "~> 5.1.4"
gem "rails-controller-testing"
end