paper-trail-gem--paper_trail/Appraisals

21 lines
658 B
Plaintext
Raw Normal View History

2017-12-11 04:05:11 +00:00
# frozen_string_literal: true
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
2018-03-20 15:25:13 +00:00
appraise "ar-5.2" do
2020-06-15 19:09:47 +00:00
gem "activerecord", "~> 5.2.4"
gem "rails-controller-testing", "~> 1.0.2"
2018-03-20 15:25:13 +00:00
end
appraise "ar-6.0" do
2020-06-15 19:09:47 +00:00
gem "activerecord", "~> 6.0.3"
gem "rails-controller-testing", "~> 1.0.3"
end